Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine GDAS initialization utility scripts #772

Closed
GeorgeGayno-NOAA opened this issue Feb 9, 2023 · 7 comments · Fixed by #773
Closed

Combine GDAS initialization utility scripts #772

GeorgeGayno-NOAA opened this issue Feb 9, 2023 · 7 comments · Fixed by #773
Assignees
Labels
enhancement New feature or request

Comments

@GeorgeGayno-NOAA
Copy link
Collaborator

GeorgeGayno-NOAA commented Feb 9, 2023

Currently, there are separate scripts to run the chgres_cube step based on what version of the GFS data is being ingested. Portions of these scripts have common logic, such as the copy of the coldstart files after chgres_cube completes. Move this data copy logic to a single utility script.

@GeorgeGayno-NOAA GeorgeGayno-NOAA added the enhancement New feature or request label Feb 9, 2023
@GeorgeGayno-NOAA GeorgeGayno-NOAA self-assigned this Feb 9, 2023
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 10, 2023
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 13, 2023
@GeorgeGayno-NOAA
Copy link
Collaborator Author

The copy of the coldstart files from the work directory to the final directory is (mostly) the same between all 'run' scripts. This copy was placed into its own script that is now called from the 'run' scripts.

@GeorgeGayno-NOAA
Copy link
Collaborator Author

GeorgeGayno-NOAA commented Feb 14, 2023

Check out the branch at 5d3b898 on Hera. Run for a GFS v15 case (2021/01/04/06). Run the same case using the head of 'develop'. The same files should be in the 'final' directory:

DEVELOP Enkf (member 1)

/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/output.v15.develop/enkfgdas.20210104/06/mem001/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno stmp 4096 Feb 14 13:52 INPUT
-rw-r--r-- 1 George.Gayno stmp    0 Feb 14 13:52 enkfgdas.t06z.loginc.txt

./INPUT:
total 240660
-rw-r--r-- 1 George.Gayno stmp     9252 Feb 14 13:51 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 13:51 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 13:51 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 13:51 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 13:51 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 13:51 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 13:51 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 13:52 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 13:52 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 13:52 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 13:52 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 13:52 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 13:52 sfc_data.tile6.nc

BRANCH Enkf (member 1)

/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/output.v15.branch/enkfgdas.20210104/06/mem001/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno stmp 4096 Feb 14 13:47 INPUT
-rw-r--r-- 1 George.Gayno stmp    0 Feb 14 13:47 enkfgdas.t06z.loginc.txt

./INPUT:
total 240660
-rw-r--r-- 1 George.Gayno stmp     9252 Feb 14 13:47 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 13:47 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 13:47 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 13:47 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 13:47 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 13:47 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 13:47 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 13:47 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 13:47 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 13:47 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 13:47 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 13:47 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 13:47 sfc_data.tile6.nc

DEVELOP GDAS

/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/output.v15.develop/gdas.20210104/06/atmos $ ls -lR
.:
total 3027512
drwxr-sr-x 2 George.Gayno stmp       4096 Feb 14 13:53 INPUT
-rw-r--r-- 1 George.Gayno stmp     859665 Feb 14 13:53 gdas.t06z.abias
-rw-r--r-- 1 George.Gayno stmp    1039324 Feb 14 13:53 gdas.t06z.abias_air
-rw-r--r-- 1 George.Gayno stmp     859665 Feb 14 13:53 gdas.t06z.abias_int
-rw-r--r-- 1 George.Gayno stmp     917490 Feb 14 13:53 gdas.t06z.abias_pc
-rw-r--r-- 1 George.Gayno stmp          0 Feb 14 13:53 gdas.t06z.loginc.txt
-rwxr-x--- 1 George.Gayno stmp 3096453120 Feb 14 13:53 gdas.t06z.radstat

./INPUT:
total 959868
-rw-r--r-- 1 George.Gayno stmp      9252 Feb 14 13:52 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 13:52 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 13:52 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 13:52 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 13:52 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 13:52 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 13:52 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:53 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:53 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:53 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:53 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:53 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:53 sfc_data.tile6.nc

BRANCH GDAS

/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/output.v15.branch/gdas.20210104/06/atmos $ ls -lR
.:
total 3027516
drwxr-sr-x 2 George.Gayno stmp       4096 Feb 14 13:49 INPUT
-rw-r--r-- 1 George.Gayno stmp     859665 Feb 14 13:49 gdas.t06z.abias
-rw-r--r-- 1 George.Gayno stmp    1039324 Feb 14 13:49 gdas.t06z.abias_air
-rw-r--r-- 1 George.Gayno stmp     859665 Feb 14 13:49 gdas.t06z.abias_int
-rw-r--r-- 1 George.Gayno stmp     917490 Feb 14 13:49 gdas.t06z.abias_pc
-rw-r--r-- 1 George.Gayno stmp          0 Feb 14 13:49 gdas.t06z.loginc.txt
-rwxr-x--- 1 George.Gayno stmp 3096453120 Feb 14 13:49 gdas.t06z.radstat

./INPUT:
total 959868
-rw-r--r-- 1 George.Gayno stmp      9252 Feb 14 13:49 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 13:49 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 13:49 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 13:49 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 13:49 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 13:49 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 13:49 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:49 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:49 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:49 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:49 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:49 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:49 sfc_data.tile6.nc

DEVELOP GFS

/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/output.v15.develop/gfs.20210104/06/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno stmp 4096 Feb 14 13:56 INPUT
-rw-r--r-- 1 George.Gayno stmp    0 Feb 14 13:56 gfs.t06z.loginc.txt

./INPUT:
total 959868
-rw-r--r-- 1 George.Gayno stmp      9252 Feb 14 13:55 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 13:55 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 13:55 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 13:55 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 13:55 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 13:55 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 13:55 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:56 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:56 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:56 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:56 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:56 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:56 sfc_data.tile6.nc

BRANCH GFS

/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/output.v15.branch/gfs.20210104/06/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno stmp 4096 Feb 14 13:43 INPUT
-rw-r--r-- 1 George.Gayno stmp    0 Feb 14 13:43 gfs.t06z.loginc.txt

./INPUT:
total 959868
-rw-r--r-- 1 George.Gayno stmp      9252 Feb 14 13:43 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 13:43 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 13:43 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 13:43 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 13:43 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 13:43 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 13:43 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:43 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:43 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:43 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:43 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:43 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 13:43 sfc_data.tile6.nc

@GeorgeGayno-NOAA
Copy link
Collaborator Author

GeorgeGayno-NOAA commented Feb 14, 2023

Repeat the test but for a GFS v16 retrospective case (2021/01/03/06). The 'final' directories contain the same files:

DEVELOP Enkf (member 1)

/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/output.v16.retro.develop/enkfgdas.20210103/06/mem001/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno stmp 4096 Feb 14 17:35 INPUT
-rw-r--r-- 1 George.Gayno stmp    0 Feb 14 17:36 enkfgdas.t06z.loginc.txt

./INPUT:
total 240660
-rw-r--r-- 1 George.Gayno stmp     9252 Feb 14 17:35 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 17:35 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 17:35 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 17:35 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 17:35 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 17:35 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 17:35 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 17:35 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 17:35 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 17:35 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 17:35 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 17:35 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 17:36 sfc_data.tile6.nc

BRANCH Enkf (member 1)

/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/output.v16.retro.branch/enkfgdas.20210103/06/mem001/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno stmp 4096 Feb 14 17:44 INPUT
-rw-r--r-- 1 George.Gayno stmp    0 Feb 14 17:44 enkfgdas.t06z.loginc.txt

./INPUT:
total 240660
-rw-r--r-- 1 George.Gayno stmp     9252 Feb 14 17:44 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 17:44 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 17:44 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 17:44 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 17:44 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 17:44 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp 36364791 Feb 14 17:44 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 17:44 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 17:44 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 17:44 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 17:44 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 17:44 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp  4699593 Feb 14 17:44 sfc_data.tile6.nc

DEVELOP GDAS

/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/output.v16.retro.develop/gdas.20210103/06/atmos $ ls -lR
.:
total 1871160
drwxr-sr-x 2 George.Gayno stmp       4096 Feb 14 17:35 INPUT
-rw-r--r-- 1 George.Gayno stmp     864125 Feb 14 17:35 gdas.t06z.abias
-rw-r--r-- 1 George.Gayno stmp    1037608 Feb 14 17:35 gdas.t06z.abias_air
-rw-r--r-- 1 George.Gayno stmp     864125 Feb 14 17:35 gdas.t06z.abias_int
-rw-r--r-- 1 George.Gayno stmp     922250 Feb 14 17:35 gdas.t06z.abias_pc
-rw-r--r-- 1 George.Gayno stmp          0 Feb 14 17:35 gdas.t06z.loginc.txt
-rwxr-x--- 1 George.Gayno stmp 1912320000 Feb 14 17:35 gdas.t06z.radstat

./INPUT:
total 959868
-rw-r--r-- 1 George.Gayno stmp      9252 Feb 14 17:35 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 17:35 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 17:35 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 17:35 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 17:35 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 17:35 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 17:35 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:35 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:35 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:35 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:35 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:35 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:35 sfc_data.tile6.nc

BRANCH GDAS

/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/output.v16.retro.branch/gdas.20210103/06/atmos $ ls -lR
.:
total 1871160
drwxr-sr-x 2 George.Gayno stmp       4096 Feb 14 17:43 INPUT
-rw-r--r-- 1 George.Gayno stmp     864125 Feb 14 17:43 gdas.t06z.abias
-rw-r--r-- 1 George.Gayno stmp    1037608 Feb 14 17:43 gdas.t06z.abias_air
-rw-r--r-- 1 George.Gayno stmp     864125 Feb 14 17:43 gdas.t06z.abias_int
-rw-r--r-- 1 George.Gayno stmp     922250 Feb 14 17:43 gdas.t06z.abias_pc
-rw-r--r-- 1 George.Gayno stmp          0 Feb 14 17:43 gdas.t06z.loginc.txt
-rwxr-x--- 1 George.Gayno stmp 1912320000 Feb 14 17:43 gdas.t06z.radstat

./INPUT:
total 959868
-rw-r--r-- 1 George.Gayno stmp      9252 Feb 14 17:43 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 17:43 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 17:43 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 17:43 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 17:43 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 17:43 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp 145178103 Feb 14 17:43 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:43 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:43 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:43 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:43 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:43 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:43 sfc_data.tile6.nc

DEVELOP GFS

/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/output.v16.retro.develop/gfs.20210103/06/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno stmp 4096 Feb 14 17:32 INPUT
-rw-r--r-- 1 George.Gayno stmp    0 Feb 14 17:32 gfs.t06z.loginc.txt

./INPUT:
total 959868
-rw-r--r-- 1 George.Gayno stmp      9252 Feb 14 17:32 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 17:32 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 17:32 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 17:32 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 17:32 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 17:32 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 17:32 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:32 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:32 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:32 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:32 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:32 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:32 sfc_data.tile6.nc

BRANCH GFS

/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/output.v16.retro.branch/gfs.20210103/06/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno stmp 4096 Feb 14 17:49 INPUT
-rw-r--r-- 1 George.Gayno stmp    0 Feb 14 17:49 gfs.t06z.loginc.txt

./INPUT:
total 959868
-rw-r--r-- 1 George.Gayno stmp      9252 Feb 14 17:49 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 17:49 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 17:49 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 17:49 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 17:49 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 17:49 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp 145178131 Feb 14 17:49 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:49 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:49 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:49 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:49 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:49 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno stmp  18634953 Feb 14 17:49 sfc_data.tile6.nc

@GeorgeGayno-NOAA
Copy link
Collaborator Author

GeorgeGayno-NOAA commented Feb 14, 2023

The branch at 5d3b898 was checked out on Jet. Run a test using GFS v16 data (2023/02/04/06). Ensure the coldstart files copied to the 'final' directory match those when using 'develop':

DEVELOP Enkf (member 1)

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v16.develop/enkfgdas.20230204/06/mem001/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno emcda 4096 Feb 14 20:33 INPUT
-rw-r--r-- 1 George.Gayno emcda    0 Feb 14 20:33 enkfgdas.t06z.loginc.txt

./INPUT:
total 240664
-rw-r--r-- 1 George.Gayno emcda     9252 Feb 14 20:33 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 36364819 Feb 14 20:33 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 36364819 Feb 14 20:33 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 36364819 Feb 14 20:33 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 36364819 Feb 14 20:33 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 36364819 Feb 14 20:33 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 36364819 Feb 14 20:33 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 20:33 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 20:33 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 20:33 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 20:33 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 20:33 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 20:33 sfc_data.tile6.nc

BRANCH Enkf (member 1)

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v16.branch/enkfgdas.20230204/06/mem001/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno emcda 4096 Feb 14 15:40 INPUT
-rw-r--r-- 1 George.Gayno emcda    0 Feb 14 15:40 enkfgdas.t06z.loginc.txt

./INPUT:
total 240660
-rw-r--r-- 1 George.Gayno emcda     9252 Feb 14 15:40 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 36364819 Feb 14 15:40 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 36364819 Feb 14 15:40 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 36364819 Feb 14 15:40 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 36364819 Feb 14 15:40 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 36364819 Feb 14 15:40 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 36364819 Feb 14 15:40 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 15:40 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 15:40 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 15:40 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 15:40 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 15:40 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 15:40 sfc_data.tile6.nc

DEVELOP GDAS

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v16.develop/gdas.20230204/06/atmos $ ls -lR
.:
total 1862324
drwxr-sr-x 2 George.Gayno emcda       4096 Feb 14 20:35 INPUT
-rw-r--r-- 1 George.Gayno emcda     972949 Feb 14 20:35 gdas.t06z.abias
-rw-r--r-- 1 George.Gayno emcda     989846 Feb 14 20:35 gdas.t06z.abias_air
-rw-r--r-- 1 George.Gayno emcda     972949 Feb 14 20:35 gdas.t06z.abias_int
-rw-r--r-- 1 George.Gayno emcda    1038394 Feb 14 20:35 gdas.t06z.abias_pc
-rw-r--r-- 1 George.Gayno emcda          0 Feb 14 20:35 gdas.t06z.loginc.txt
-rwxr-x--- 1 George.Gayno emcda 1903011840 Feb 14 20:35 gdas.t06z.radstat

./INPUT:
total 959876
-rw-r--r-- 1 George.Gayno emcda      9252 Feb 14 20:35 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 20:35 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 20:35 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 20:35 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 20:35 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 20:35 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 20:35 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:35 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:35 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:35 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:35 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:35 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:35 sfc_data.tile6.nc

BRANCH GDAS

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v16.branch/gdas.20230204/06/atmos $ ls -lR
.:
total 1862324
drwxr-sr-x 2 George.Gayno emcda       4096 Feb 14 15:42 INPUT
-rw-r--r-- 1 George.Gayno emcda     972949 Feb 14 15:42 gdas.t06z.abias
-rw-r--r-- 1 George.Gayno emcda     989846 Feb 14 15:42 gdas.t06z.abias_air
-rw-r--r-- 1 George.Gayno emcda     972949 Feb 14 15:42 gdas.t06z.abias_int
-rw-r--r-- 1 George.Gayno emcda    1038394 Feb 14 15:42 gdas.t06z.abias_pc
-rw-r--r-- 1 George.Gayno emcda          0 Feb 14 15:42 gdas.t06z.loginc.txt
-rwxr-x--- 1 George.Gayno emcda 1903011840 Feb 14 15:42 gdas.t06z.radstat

./INPUT:
total 959872
-rw-r--r-- 1 George.Gayno emcda      9252 Feb 14 15:42 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 15:42 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 15:42 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 15:42 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 15:42 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 15:42 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 15:42 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:42 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:42 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:42 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:42 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:42 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:42 sfc_data.tile6.nc

DEVELOP GFS

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v16.develop/gfs.20230204/06/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno emcda 4096 Feb 14 20:30 INPUT
-rw-r--r-- 1 George.Gayno emcda    0 Feb 14 20:30 gfs.t06z.loginc.txt

./INPUT:
total 943496
-rw-r--r-- 1 George.Gayno emcda      9252 Feb 14 20:30 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 20:30 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 20:30 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 20:30 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 20:30 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 20:30 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 20:30 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:30 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:30 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:30 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:30 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:30 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:30 sfc_data.tile6.nc

BRANCH GFS

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v16.branch/gfs.20230204/06/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno emcda 4096 Feb 14 15:37 INPUT
-rw-r--r-- 1 George.Gayno emcda    0 Feb 14 15:37 gfs.t06z.loginc.txt

./INPUT:
total 955792
-rw-r--r-- 1 George.Gayno emcda      9252 Feb 14 15:37 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 15:37 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 15:37 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 15:37 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 15:37 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 15:37 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 145178131 Feb 14 15:37 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:37 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:37 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:37 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:37 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:37 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:37 sfc_data.tile6.nc

@GeorgeGayno-NOAA
Copy link
Collaborator Author

GeorgeGayno-NOAA commented Feb 14, 2023

Next, run a test on Jet using GFS v14 data (2019/06/10/06) and ensure the coldstart files are in the correct 'final' directory.

DEVELOP Enkf (member 1)

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v14.develop/enkfgdas.20190610/06/mem001/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno emcda 4096 Feb 14 20:42 INPUT
-rw-r--r-- 1 George.Gayno emcda    0 Feb 14 20:42 enkfgdas.t06z.loginc.txt

./INPUT:
total 184480
-rw-r--r-- 1 George.Gayno emcda     9252 Feb 14 20:42 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 26777309 Feb 14 20:42 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 26777309 Feb 14 20:42 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 26777309 Feb 14 20:42 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 26777309 Feb 14 20:42 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 26777309 Feb 14 20:42 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 26777309 Feb 14 20:42 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 20:42 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 20:42 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 20:42 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 20:42 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 20:42 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 20:42 sfc_data.tile6.nc

BRANCH Enkf (member 1)

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v14.branch/enkfgdas.20190610/06/mem001/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno emcda 4096 Feb 14 15:06 INPUT
-rw-r--r-- 1 George.Gayno emcda    0 Feb 14 15:06 enkfgdas.t06z.loginc.txt

./INPUT:
total 184476
-rw-r--r-- 1 George.Gayno emcda     9252 Feb 14 15:06 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 26777309 Feb 14 15:06 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 26777309 Feb 14 15:06 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 26777309 Feb 14 15:06 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 26777309 Feb 14 15:06 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 26777309 Feb 14 15:06 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 26777309 Feb 14 15:06 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 15:06 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 15:06 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 15:06 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 15:06 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 15:06 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  4699593 Feb 14 15:06 sfc_data.tile6.nc

DEVELOP GDAS

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v14.develop/gdas.20190610/06/atmos $ ls -lR
.:
total 3168548
drwxr-sr-x 2 George.Gayno emcda       4096 Feb 14 20:44 INPUT
-rw-r--r-- 1 George.Gayno emcda     708248 Feb 14 20:44 gdas.t06z.abias
-rw-r--r-- 1 George.Gayno emcda    1401400 Feb 14 20:44 gdas.t06z.abias_air
-rw-r--r-- 1 George.Gayno emcda     755888 Feb 14 20:44 gdas.t06z.abias_pc
-rw-r--r-- 1 George.Gayno emcda          0 Feb 14 20:44 gdas.t06z.loginc.txt
-rw-r----- 1 George.Gayno emcda 3241666560 Feb 14 20:44 gdas.t06z.radstat

./INPUT:
total 735248
-rw-r--r-- 1 George.Gayno emcda      9252 Feb 14 20:43 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 20:43 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 20:43 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 20:43 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 20:43 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 20:43 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 20:43 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:44 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:44 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:44 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:44 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:44 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:44 sfc_data.tile6.nc

BRANCH GDAS

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v14.branch/gdas.20190610/06/atmos $ ls -lR
.:
total 3168548
drwxr-sr-x 2 George.Gayno emcda       4096 Feb 14 15:09 INPUT
-rw-r--r-- 1 George.Gayno emcda     708248 Feb 14 15:09 gdas.t06z.abias
-rw-r--r-- 1 George.Gayno emcda    1401400 Feb 14 15:09 gdas.t06z.abias_air
-rw-r--r-- 1 George.Gayno emcda     755888 Feb 14 15:09 gdas.t06z.abias_pc
-rw-r--r-- 1 George.Gayno emcda          0 Feb 14 15:10 gdas.t06z.loginc.txt
-rw-r----- 1 George.Gayno emcda 3241666560 Feb 14 15:10 gdas.t06z.radstat

./INPUT:
total 727040
-rw-r--r-- 1 George.Gayno emcda      9252 Feb 14 15:09 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 15:09 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 15:09 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 15:09 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 15:09 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 15:09 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 15:09 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:09 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:09 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:09 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:09 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:09 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:09 sfc_data.tile6.nc

DEVELOP GFS

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v14.develop/gfs.20190610/06/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno emcda 4096 Feb 14 20:41 INPUT
-rw-r--r-- 1 George.Gayno emcda    0 Feb 14 20:41 gfs.t06z.loginc.txt

./INPUT:
total 735244
-rw-r--r-- 1 George.Gayno emcda      9252 Feb 14 20:40 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 20:40 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 20:40 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 20:40 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 20:40 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 20:40 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 20:40 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:41 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:41 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:41 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:41 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:41 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 20:41 sfc_data.tile6.nc

BRANCH GFS

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v14.branch/gfs.20190610/06/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno emcda 4096 Feb 14 15:18 INPUT
-rw-r--r-- 1 George.Gayno emcda    0 Feb 14 15:18 gfs.t06z.loginc.txt

./INPUT:
total 731144
-rw-r--r-- 1 George.Gayno emcda      9252 Feb 14 15:18 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 15:18 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 15:18 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 15:18 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 15:18 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 15:18 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 106836701 Feb 14 15:18 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:18 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:18 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:18 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:18 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:18 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  18634953 Feb 14 15:18 sfc_data.tile6.nc

@GeorgeGayno-NOAA
Copy link
Collaborator Author

GeorgeGayno-NOAA commented Feb 15, 2023

Finally, run a test on Jet using GFS v13 data (2017/07/10/06) and check the coldstart directories.

DEVELOP Enkf (member 1)

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v13.develop/enkfgdas.20170710/06/mem001/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno emcda 4096 Feb 14 21:07 INPUT
-rw-r--r-- 1 George.Gayno emcda    0 Feb 14 21:07 enkfgdas.t06z.loginc.txt

./INPUT:
total 176632
-rw-r--r-- 1 George.Gayno emcda     9252 Feb 14 21:06 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 26777281 Feb 14 21:06 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 26777281 Feb 14 21:06 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 26777281 Feb 14 21:06 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 26777281 Feb 14 21:06 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 26777281 Feb 14 21:06 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 26777281 Feb 14 21:06 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  3360153 Feb 14 21:07 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  3360153 Feb 14 21:07 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  3360153 Feb 14 21:07 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  3360153 Feb 14 21:07 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  3360153 Feb 14 21:07 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  3360153 Feb 14 21:07 sfc_data.tile6.nc

BRANCH Enkf (member 1)

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v13.branch/enkfgdas.20170710/06/mem001/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno emcda 4096 Feb 14 14:54 INPUT
-rw-r--r-- 1 George.Gayno emcda    0 Feb 14 14:54 enkfgdas.t06z.loginc.txt

./INPUT:
total 176636
-rw-r--r-- 1 George.Gayno emcda     9252 Feb 14 14:54 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 26777281 Feb 14 14:54 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 26777281 Feb 14 14:54 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 26777281 Feb 14 14:54 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 26777281 Feb 14 14:54 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 26777281 Feb 14 14:54 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 26777281 Feb 14 14:54 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  3360153 Feb 14 14:54 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  3360153 Feb 14 14:54 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  3360153 Feb 14 14:54 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  3360153 Feb 14 14:54 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  3360153 Feb 14 14:54 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  3360153 Feb 14 14:54 sfc_data.tile6.nc

DEVELOP GDAS

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v13.develop/gdas.20170710/06/atmos $ ls -lR
.:
total 2568036
drwxr-sr-x 2 George.Gayno emcda       4096 Feb 14 21:15 INPUT
-rw-r--r-- 1 George.Gayno emcda          0 Feb 14 21:15 gdas.t06z.loginc.txt
-rw-r--r-- 1 George.Gayno emcda     607229 Feb 14 21:15 gdas1.t06z.abias
-rw-r--r-- 1 George.Gayno emcda     999713 Feb 14 21:15 gdas1.t06z.abias_air
-rw-r--r-- 1 George.Gayno emcda     648074 Feb 14 21:15 gdas1.t06z.abias_pc
-rw-r--r-- 1 George.Gayno emcda 2627348480 Feb 14 21:15 gdas1.t06z.radstat

./INPUT:
total 704068
-rw-r--r-- 1 George.Gayno emcda      9252 Feb 14 21:14 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 21:14 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 21:14 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 21:14 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 21:14 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 21:14 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 21:14 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 21:15 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 21:15 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 21:15 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 21:15 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 21:15 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 21:15 sfc_data.tile6.nc

BRANCH GDAS

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v13.branch/gdas.20170710/06/atmos $ ls -lR
.:
total 2568036
drwxr-sr-x 2 George.Gayno emcda       4096 Feb 14 15:00 INPUT
-rw-r--r-- 1 George.Gayno emcda          0 Feb 14 15:00 gdas.t06z.loginc.txt
-rw-r--r-- 1 George.Gayno emcda     607229 Feb 14 15:00 gdas1.t06z.abias
-rw-r--r-- 1 George.Gayno emcda     999713 Feb 14 15:00 gdas1.t06z.abias_air
-rw-r--r-- 1 George.Gayno emcda     648074 Feb 14 15:00 gdas1.t06z.abias_pc
-rw-r--r-- 1 George.Gayno emcda 2627348480 Feb 14 15:00 gdas1.t06z.radstat

./INPUT:
total 704064
-rw-r--r-- 1 George.Gayno emcda      9252 Feb 14 15:00 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 15:00 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 15:00 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 15:00 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 15:00 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 15:00 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 15:00 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 15:00 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 15:00 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 15:00 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 15:00 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 15:00 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 15:00 sfc_data.tile6.nc

DEVELOP GFS

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v13.develop/gfs.20170710/06/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno emcda 4096 Feb 14 21:03 INPUT
-rw-r--r-- 1 George.Gayno emcda    0 Feb 14 21:03 gfs.t06z.loginc.txt

./INPUT:
total 704060
-rw-r--r-- 1 George.Gayno emcda      9252 Feb 14 21:02 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 21:02 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 21:02 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 21:02 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 21:02 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 21:02 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 21:02 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 21:03 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 21:03 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 21:03 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 21:03 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 21:03 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 21:03 sfc_data.tile6.nc

BRANCH GFS

/lfs4/HFIP/emcda/George.Gayno/stmp/gdas.init/output.v13.branch/gfs.20170710/06/atmos $ ls -lR
.:
total 4
drwxr-sr-x 2 George.Gayno emcda 4096 Feb 14 14:51 INPUT
-rw-r--r-- 1 George.Gayno emcda    0 Feb 14 14:51 gfs.t06z.loginc.txt

./INPUT:
total 704052
-rw-r--r-- 1 George.Gayno emcda      9252 Feb 14 14:51 gfs_ctrl.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 14:51 gfs_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 14:51 gfs_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 14:51 gfs_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 14:51 gfs_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 14:51 gfs_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda 106836673 Feb 14 14:51 gfs_data.tile6.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 14:51 sfc_data.tile1.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 14:51 sfc_data.tile2.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 14:51 sfc_data.tile3.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 14:51 sfc_data.tile4.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 14:51 sfc_data.tile5.nc
-rw-r--r-- 1 George.Gayno emcda  13314201 Feb 14 14:51 sfc_data.tile6.nc

GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 15, 2023
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 16, 2023
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 24, 2023
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 28, 2023
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 28, 2023
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Mar 1, 2023
@GeorgeGayno-NOAA
Copy link
Collaborator Author

After merging updates from 'develop' and adding some new path variables (7b95068), the above tests were repeated and passed.

GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Mar 8, 2023
GeorgeGayno-NOAA added a commit that referenced this issue Mar 8, 2023
Place the copy of the coldstart files in a common script called
copy_coldstart_files.sh.

Fixes #772.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant