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

Update chgres_cube for fractional grids #873

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
135 commits
Select commit Hold shift + click to select a range
be45b0a
Update model_grid.F90 to read land fraction from orography
GeorgeGayno-NOAA Feb 24, 2022
cbcc5da
Add new variable to hold sea ice column temperatures.
GeorgeGayno-NOAA Feb 24, 2022
de67f95
Place sea ice column temperatures in the new target ice temperature
GeorgeGayno-NOAA Mar 1, 2022
d6765ca
Output roughness length at land, ice and water.
GeorgeGayno-NOAA Mar 8, 2022
817286f
Add variable for snow-free albedo at non-land points.
GeorgeGayno-NOAA Mar 9, 2022
84450d1
Add snow fields for sea ice points.
GeorgeGayno-NOAA Mar 9, 2022
b7bdc86
Output separate records for land skin temperature and
GeorgeGayno-NOAA Mar 9, 2022
9b120bd
Rename roughness length records.
GeorgeGayno-NOAA Mar 9, 2022
c3c6e3a
Add logical - fract_grid - to turn on or off the
GeorgeGayno-NOAA Mar 14, 2022
3f45d22
Add logic to compute snow at sea ice when 'fract_grid'
GeorgeGayno-NOAA Mar 14, 2022
a917501
Compute separate albedo for land/non-land when 'fract_grid'
GeorgeGayno-NOAA Mar 14, 2022
efce786
Compute additional z0 fields when 'fract_grid' is true.
GeorgeGayno-NOAA Mar 14, 2022
c763c73
Output sea ice column temperature when 'fract_grid'
GeorgeGayno-NOAA Mar 14, 2022
e9f2bfc
Output seperate skin temperatures for land/nonland when
GeorgeGayno-NOAA Mar 15, 2022
8b40354
Change the definition of some interpolation mask arrays
GeorgeGayno-NOAA Mar 15, 2022
18da98f
Check for ice using 'fice' array instead of land mask array.
GeorgeGayno-NOAA Mar 16, 2022
0cc5797
Replace another ice check so that it works for fractional
GeorgeGayno-NOAA Mar 16, 2022
c424675
Replace more ice checks so it will work with fractional
GeorgeGayno-NOAA Mar 17, 2022
37d5c5b
Add subroutine to update the land mask for sea ice.
GeorgeGayno-NOAA Mar 17, 2022
b57fd55
Remove some obsolete code.
GeorgeGayno-NOAA Mar 17, 2022
4ff0624
Uncomment calculation of sea and land mask for fractional
GeorgeGayno-NOAA Mar 23, 2022
5852988
Add definition of 'slmsk' for fractional grids.
GeorgeGayno-NOAA Apr 5, 2022
40279c7
Fix setting of roughness at land for coupled grids.
GeorgeGayno-NOAA Apr 5, 2022
3759e04
Fix soil moisture flag value at non-land points when
GeorgeGayno-NOAA Apr 6, 2022
2d2bc3f
When processing fractional grids, output a separate
GeorgeGayno-NOAA Apr 6, 2022
9da264f
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Apr 6, 2022
0e87d84
Read in fract_grid logical from program namelist.
GeorgeGayno-NOAA Apr 7, 2022
ce26850
Baseline a software tool to check the correctness of the
GeorgeGayno-NOAA Apr 8, 2022
d9f6d96
Fix bug in setting of snow-free albedo at points with
GeorgeGayno-NOAA Apr 14, 2022
d906676
Baseline another tool to check the 'floor' case of the logic.
GeorgeGayno-NOAA Apr 18, 2022
1b54b51
Add check of ice points to chgres_tools2.fd. Add loop
GeorgeGayno-NOAA Apr 18, 2022
89e66d7
Add more variables to the ./chgres_tools2 check tool.
GeorgeGayno-NOAA Apr 18, 2022
0b72fd3
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Apr 25, 2022
62275c5
Fix bug in chgres_tools2.fd/check.F90
GeorgeGayno-NOAA Apr 26, 2022
31bceb5
Update ./chgres_tools.fd/check.F90 to loop over
GeorgeGayno-NOAA Apr 26, 2022
a1f6d79
Add more variables to ./chgres_tools2.fd/check.F90.
GeorgeGayno-NOAA Apr 26, 2022
a0344b3
Fix bug in setting of mask for water fields search.
GeorgeGayno-NOAA Apr 26, 2022
a693a7c
Add remaining field checks to ./chgres_tools2.fd/check.F90
GeorgeGayno-NOAA Apr 26, 2022
d52c427
Fix diagnostic print statement.
GeorgeGayno-NOAA Apr 27, 2022
30f3742
Update for nst fields.
GeorgeGayno-NOAA Apr 27, 2022
e74d143
Update ./ftst_surface_nst_landfill.F90 unit test
GeorgeGayno-NOAA Apr 27, 2022
56bf230
Update unit tests for new logic.
GeorgeGayno-NOAA Apr 27, 2022
67cdcaa
Update doxygen for program_setup.F90
GeorgeGayno-NOAA Apr 27, 2022
64f3469
Fix some doxygen.
GeorgeGayno-NOAA Apr 28, 2022
0219ec5
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA May 10, 2022
6e17ccd
Update flag values to be very large.
GeorgeGayno-NOAA May 11, 2022
a058490
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA May 13, 2022
49ebe05
For ice column temperature, only output the top two layers.
GeorgeGayno-NOAA May 13, 2022
858d50c
Update flag value for sea ice substrate temperature.
GeorgeGayno-NOAA May 13, 2022
48cbd94
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA May 20, 2022
62ff830
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA May 25, 2022
edff86e
Update check tooks for Hera.
GeorgeGayno-NOAA Jun 7, 2022
589562b
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Jun 8, 2022
3adea87
Change flag value for substrate temperature at non-land
GeorgeGayno-NOAA Jun 8, 2022
2908295
Update missing flag value for snow (at land) fields.
GeorgeGayno-NOAA Jun 9, 2022
f47ae46
Update missing flag at sea ice snow variables.
GeorgeGayno-NOAA Jun 9, 2022
7e62d65
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Jun 13, 2022
bd463a0
Set open water SST and roughness fields at points with partial
GeorgeGayno-NOAA Jun 13, 2022
0e7157e
When processing fractional grids, there can be numerous points
GeorgeGayno-NOAA Jun 22, 2022
00443de
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Sep 26, 2022
9bfc3ab
Merge submodule updates to branch.
GeorgeGayno-NOAA Sep 26, 2022
4601941
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Dec 19, 2022
ac82c15
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Jan 26, 2023
df54ad6
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Feb 7, 2023
1b8b6ff
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Feb 9, 2023
1fe3eef
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Mar 20, 2023
ab7814e
Merge commit '4494bd2' into feature/chgres_frac
GeorgeGayno-NOAA Apr 19, 2023
07e2e3d
Merge commit '4f613fe' into feature/chgres_frac
GeorgeGayno-NOAA Apr 19, 2023
835ce87
Merge commit '5101237' into feature/chgres_frac
GeorgeGayno-NOAA Apr 19, 2023
4459151
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Apr 19, 2023
2050d83
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA May 16, 2023
85b3fd7
Write out only one snow depth and equiv record for both land and ice.
GeorgeGayno-NOAA May 17, 2023
e483fa6
Change the flag value for the skin temperature records so
GeorgeGayno-NOAA May 19, 2023
1731f13
Update roughness flag values so model does not recompute
GeorgeGayno-NOAA May 22, 2023
9277a64
Update computation of slmsk to match how the model computes it
GeorgeGayno-NOAA May 24, 2023
0629fdf
Change record name for ice column temperatures to 'tiice' as
GeorgeGayno-NOAA May 25, 2023
fa3fa95
Remove albedo records at non-land. These are not used by
GeorgeGayno-NOAA May 25, 2023
ec5ca79
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA May 30, 2023
4cd95f1
Minor fix to coldstart file roughness records.
GeorgeGayno-NOAA May 31, 2023
dd6fa81
Comment out processing of tg3 at ice, which is not read
GeorgeGayno-NOAA Jun 9, 2023
689b278
Comment out write of zorl at land, which is not used by the
GeorgeGayno-NOAA Jun 12, 2023
570cc82
Remove write of composite snow. Add write of snow at land and ice.
GeorgeGayno-NOAA Jun 14, 2023
c6c0fcb
Comment out write of composite roughness.
GeorgeGayno-NOAA Jun 16, 2023
395bbe5
Modify logic to output the surface specific records regardless
GeorgeGayno-NOAA Jun 22, 2023
217fe41
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Aug 8, 2023
560eedb
Cleanup write_data.F90 by removing old fractional grid logic.
GeorgeGayno-NOAA Aug 8, 2023
5810245
Remove sea ice substrate temperature, which is not used
GeorgeGayno-NOAA Aug 8, 2023
c4924ee
Remove references to z0 at land, which is set in the model.
GeorgeGayno-NOAA Aug 9, 2023
defd311
Remove fractional logic from model_grid.F90.
GeorgeGayno-NOAA Aug 9, 2023
3dd2a75
Some clean up.
GeorgeGayno-NOAA Aug 9, 2023
481c90b
Simplify logic that sets the search mask for sea ice fields.
GeorgeGayno-NOAA Aug 9, 2023
3a320b3
Clean up the open water to open water interpolation sections.
GeorgeGayno-NOAA Aug 9, 2023
018349d
Finish cleanup of routine interp.
GeorgeGayno-NOAA Aug 9, 2023
56c90e0
Cleanup routine 'update_landmask'.
GeorgeGayno-NOAA Aug 9, 2023
9b8bc94
Cleanup routine rescale_soil_moisture and nst_land_fill.
GeorgeGayno-NOAA Aug 10, 2023
4995313
Cleanup routine 'roughness'.
GeorgeGayno-NOAA Aug 10, 2023
6fdae16
Begin clean up of routine qc_check.
GeorgeGayno-NOAA Aug 10, 2023
31f1ddc
Remove 'fract_grid' logical as this code will always assume
GeorgeGayno-NOAA Aug 10, 2023
fe0939d
More cleanup to routine qc_check.
GeorgeGayno-NOAA Aug 10, 2023
a00b322
Minor update to print statements.
GeorgeGayno-NOAA Aug 10, 2023
6dbe3e7
Standardize the 'missing' flag for non-active points.
GeorgeGayno-NOAA Aug 11, 2023
c3b4bd7
Force sfc_climo_gen to always map to points with at least
GeorgeGayno-NOAA Aug 22, 2023
50e32c1
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Aug 22, 2023
0e4f053
Bug fix the ftst_surface_nst_landfill.F90 regression test.
GeorgeGayno-NOAA Aug 23, 2023
24fe48a
Add global attribute to surface file to indicate it is
GeorgeGayno-NOAA Sep 13, 2023
16cac6b
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Oct 30, 2023
27a5497
Updates to use surface fixed data from a fractional or
GeorgeGayno-NOAA Oct 30, 2023
70b1ab4
At open water (potential ice points) set TISFC and TIICE to
GeorgeGayno-NOAA Nov 2, 2023
13d1518
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Nov 17, 2023
174b72a
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Jan 4, 2024
6db6128
Revert ./sfc_climo_gen.fd/model_grid.F90 to match 'develop'.
GeorgeGayno-NOAA Jan 4, 2024
cbcf611
Minor cleanup to ./chgres_cube.fd/model_grid.F90
GeorgeGayno-NOAA Jan 4, 2024
870275f
Update error messaging in write_data.F90.
GeorgeGayno-NOAA Jan 4, 2024
a31a000
Minor diagnostic print updates.
GeorgeGayno-NOAA Jan 5, 2024
a82eaf2
Update the c96.fv3.restart regression test to use the
GeorgeGayno-NOAA Jan 5, 2024
ff2e2ca
Update the remaining global C96 regression tests to use
GeorgeGayno-NOAA Jan 5, 2024
a0ce2a3
Delete the c96 regional test as there are already multiple
GeorgeGayno-NOAA Jan 5, 2024
4195825
Update the c192.gfs.grib2 test to use the latest
GeorgeGayno-NOAA Jan 5, 2024
4284a66
Update c192.fv3.history test for the new fractional
GeorgeGayno-NOAA Jan 5, 2024
d28519a
Force sfc_climo_gen to always place a valid value at
GeorgeGayno-NOAA Jan 9, 2024
b7317bc
Fix bug in creation of grid readme file.
GeorgeGayno-NOAA Jan 9, 2024
28ae54b
Update the 25km tests to use new fixed data with sfc climo
GeorgeGayno-NOAA Jan 9, 2024
b074fd5
Updates for the 13km and 25 km CONUS tests.
GeorgeGayno-NOAA Jan 10, 2024
5159020
Update 13 km NA test to use new fixed files.
GeorgeGayno-NOAA Jan 10, 2024
548a01a
Update 3km tests for new surface fixed data.
GeorgeGayno-NOAA Jan 11, 2024
a6972bc
Minor bug fix in Hera regression test driver.
GeorgeGayno-NOAA Jan 11, 2024
d11ef72
Remove the two temporary chgres utility programs.
GeorgeGayno-NOAA Jan 11, 2024
2fb8342
Remove c96 regional test case from Jet driver script.
GeorgeGayno-NOAA Jan 12, 2024
1ab0c29
Remove c96 regional case from orion driver script.
GeorgeGayno-NOAA Jan 12, 2024
13a88ba
Remove c96 regional test case from hercules driver script.
Jan 12, 2024
ed72fb1
Remove c96 regional case from wcoss2 driver script.
GeorgeGayno-NOAA Jan 12, 2024
fb98071
Update the grid_gen test driver script to use a different working dir…
Jan 18, 2024
8eb8193
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Jan 22, 2024
bbafac6
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Jan 26, 2024
45ca85a
Merge branch 'develop' into feature/chgres_frac
GeorgeGayno-NOAA Feb 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions reg_tests/chgres_cube/13km.conus.nam.grib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ set -x
export DATA=$OUTDIR/13km_conus_nam_grib2
rm -fr $DATA

export CRES=775
export CRES=778
export KMRES=13km
export FIXfv3=${HOMEreg}/fix/RRFS_CONUS_${KMRES}
export FIXsfc=${FIXfv3}/fix_sfc

export COMIN=${HOMEreg}/input_data/nam.grib2

export GRIB2_FILE_INPUT=nam_218_20200801_0000_000.grb2
export VCOORD_FILE=${HOMEufs}/fix/am/global_hyblev.l64.txt
export VARMAP_FILE=${HOMEufs}/parm/varmap_tables/GFSphys_var_map.txt
export INPUT_TYPE='grib2'
export CONVERT_NST=".false."
export OROG_FILES_TARGET_GRID="C775_oro_data.tile7.halo4.nc"
export OROG_FILES_TARGET_GRID="C778_oro_data.tile7.nc"
export REGIONAL=1
export HALO_BLEND=0
export HALO_BNDY=4
Expand Down
6 changes: 3 additions & 3 deletions reg_tests/chgres_cube/13km.conus.rap.grib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ set -x
export DATA=$OUTDIR/13km_conus_rap_grib2
rm -fr $DATA

export CRES=775
export CRES=778
export KMRES=13km
export FIXfv3=${HOMEreg}/fix/RRFS_CONUS_${KMRES}
export FIXsfc=${FIXfv3}/fix_sfc

export COMIN=${HOMEreg}/input_data/rap.grib2

export GRIB2_FILE_INPUT=1921221000900
export VCOORD_FILE=${HOMEufs}/fix/am/global_hyblev.l64.txt
export VARMAP_FILE=${HOMEufs}/parm/varmap_tables/GSDphys_var_map.txt
export INPUT_TYPE='grib2'
export CONVERT_NST=".false."
export OROG_FILES_TARGET_GRID="C775_oro_data.tile7.nc"
export OROG_FILES_TARGET_GRID="C778_oro_data.tile7.nc"
export REGIONAL=1
export HALO_BLEND=0
export HALO_BNDY=4
Expand Down
5 changes: 2 additions & 3 deletions reg_tests/chgres_cube/13km.na.gfs.ncei.grib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@ set -x
export DATA=$OUTDIR/13km_na_gfs_ncei_grib2
rm -fr $DATA

export CRES=819
export CRES=818
export KMRES=13km
export FIXfv3=${HOMEreg}/fix/RRFS_NA_${KMRES}
export FIXsfc=${FIXfv3}/fix_sfc
export COMIN=${HOMEreg}/input_data/gfs.ncei.grib2

export GRIB2_FILE_INPUT=gfs_4_20190801_0000_000.grb2
export VCOORD_FILE=${HOMEufs}/fix/am/global_hyblev.l64.txt
export VARMAP_FILE=${HOMEufs}/parm/varmap_tables/GFSphys_var_map.txt
export INPUT_TYPE='grib2'
export CONVERT_NST=".false."
export OROG_FILES_TARGET_GRID="C819_oro_data.tile7.halo4.nc"
export OROG_FILES_TARGET_GRID="C818_oro_data.tile7.nc"
export REGIONAL=1
export HALO_BLEND=0
export HALO_BNDY=4
Expand Down
6 changes: 3 additions & 3 deletions reg_tests/chgres_cube/25km.conus.gfs.grib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ set -x
export DATA=$OUTDIR/25km_conus_gfs_grib2
rm -fr $DATA

export CRES=403
export CRES=405
export KMRES=25km
export FIXfv3=${HOMEreg}/fix/RRFS_CONUS_${KMRES}
export FIXsfc=${FIXfv3}/fix_sfc

export COMIN=${HOMEreg}/input_data/gfs.grib2

export GRIB2_FILE_INPUT=gfs.t00z.pgrb2.0p50.f000
Expand All @@ -24,7 +24,7 @@ export VARMAP_FILE=${HOMEufs}/parm/varmap_tables/GSDphys_noaero_var_map.txt
export INPUT_TYPE='grib2'
export CONVERT_NST=".false."
export THOMPSON_AEROSOL_FILE=${HOMEufs}/fix/am/Thompson_MP_MONTHLY_CLIMO.nc
export OROG_FILES_TARGET_GRID="C403_oro_data.tile7.halo4.nc"
export OROG_FILES_TARGET_GRID="C405_oro_data.tile7.nc"
export REGIONAL=1
export HALO_BLEND=0
export HALO_BNDY=4
Expand Down
6 changes: 3 additions & 3 deletions reg_tests/chgres_cube/25km.conus.gfs.pbgrib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ set -x
export DATA=$OUTDIR/25km_conus_gfs_pbgrib2
rm -fr $DATA

export CRES=403
export CRES=405
export KMRES=25km
export FIXfv3=${HOMEreg}/fix/RRFS_CONUS_${KMRES}
export FIXsfc=${FIXfv3}/fix_sfc

export COMIN=${HOMEreg}/input_data/gfs.pbgrib2

export GRIB2_FILE_INPUT=gfs.t18z.pgrb2.0p25.f006
export VCOORD_FILE=${HOMEufs}/fix/am/global_hyblev.l64.txt
export VARMAP_FILE=${HOMEufs}/parm/varmap_tables/GFSphys_var_map.txt
export INPUT_TYPE='grib2'
export CONVERT_NST=".false."
export OROG_FILES_TARGET_GRID="C403_oro_data.tile7.halo4.nc"
export OROG_FILES_TARGET_GRID="C405_oro_data.tile7.nc"
export REGIONAL=1
export HALO_BLEND=0
export HALO_BNDY=4
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/chgres_cube/3km.conus.hrrr.gfssdf.grib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rm -fr $DATA
export CRES=3357
export KMRES=3km
export FIXfv3=${HOMEreg}/fix/RRFS_CONUS_${KMRES}
export FIXsfc=${FIXfv3}/fix_sfc

export COMIN=${HOMEreg}/input_data/hrrr.grib2

export GRIB2_FILE_INPUT=1918200000000
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/chgres_cube/3km.conus.hrrr.newsfc.grib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rm -fr $DATA
export CRES=3357
export KMRES=3km
export FIXfv3=${HOMEreg}/fix/RRFS_CONUS_${KMRES}
export FIXsfc=${FIXfv3}/fix_sfc

export COMIN=${HOMEreg}/input_data/hrrr.grib2

export GRIB2_FILE_INPUT=1921300000000
Expand Down
9 changes: 5 additions & 4 deletions reg_tests/chgres_cube/c192.fv3.history.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ export DATA=$OUTDIR/c192_fv3_history
rm -fr $DATA

export CRES=192
export FIXfv3=${HOMEreg}/fix/C192
export FIXsfc=${FIXfv3}/fix_sfc
export ocn=100
export FIXfv3=${HOMEreg}/fix/C${CRES}

export COMIN=${HOMEreg}/input_data/fv3.history

# Pay attention to the quotes. Dont start/end with double quote.
export ATM_FILES_INPUT='dynf000.tile1.nc","dynf000.tile2.nc","dynf000.tile3.nc","dynf000.tile4.nc","dynf000.tile5.nc","dynf000.tile6.nc'
export SFC_FILES_INPUT='phyf000.tile1.nc","phyf000.tile2.nc","phyf000.tile3.nc","phyf000.tile4.nc","phyf000.tile5.nc","phyf000.tile6.nc'
export VCOORD_FILE=${HOMEufs}/fix/am/global_hyblev.l64.txt
export INPUT_TYPE='history'
export MOSAIC_FILE_INPUT_GRID="${HOMEreg}/fix/C96/C96_mosaic.nc"
export OROG_DIR_INPUT_GRID=${HOMEreg}/fix/C96
export MOSAIC_FILE_INPUT_GRID="${HOMEreg}/fix/C96.history.file/C96_mosaic.nc"
export OROG_DIR_INPUT_GRID=${HOMEreg}/fix/C96.history.file
export OROG_FILES_INPUT_GRID='C96_oro_data.tile1.nc","C96_oro_data.tile2.nc","C96_oro_data.tile3.nc","C96_oro_data.tile4.nc","C96_oro_data.tile5.nc","C96_oro_data.tile6.nc'
export TRACERS_TARGET='"sphum","liq_wat","o3mr"'
export TRACERS_INPUT='"spfh","clwmr","o3mr"'
Expand Down
5 changes: 3 additions & 2 deletions reg_tests/chgres_cube/c192.gfs.grib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ export DATA=$OUTDIR/c192_gfs_grib2
rm -fr $DATA

export CRES=192
export FIXfv3=${HOMEreg}/fix/C192
export FIXsfc=${FIXfv3}/fix_sfc
export ocn=100
export FIXfv3=${HOMEreg}/fix/C${CRES}

export COMIN=${HOMEreg}/input_data/gfs.grib2

export GRIB2_FILE_INPUT=gfs.t00z.pgrb2.0p50.f000
Expand Down
6 changes: 4 additions & 2 deletions reg_tests/chgres_cube/c96.fv3.nemsio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ set -x
export DATA=$OUTDIR/c96_fv3_nemsio
rm -fr $DATA

export FIXfv3=${HOMEreg}/fix/C96
export FIXsfc=${FIXfv3}/fix_sfc
export CRES=96
export ocn=100
export FIXfv3=${HOMEreg}/fix/C${CRES}

export COMIN=${HOMEreg}/input_data/fv3.nemsio
export ATM_FILES_INPUT=gfs.t12z.atmf000.nemsio
export SFC_FILES_INPUT=gfs.t12z.sfcf000.nemsio
Expand Down
6 changes: 4 additions & 2 deletions reg_tests/chgres_cube/c96.fv3.netcdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ set -x
export DATA=$OUTDIR/c96_fv3_netcdf
rm -fr $DATA

export FIXfv3=${HOMEreg}/fix/C96
export FIXsfc=${FIXfv3}/fix_sfc
export CRES=96
export ocn=100
export FIXfv3=${HOMEreg}/fix/C${CRES}

export COMIN=${HOMEreg}/input_data/fv3.netcdf
export ATM_FILES_INPUT=gfs.t00z.atmf000.nc
export SFC_FILES_INPUT=gfs.t00z.sfcf000.nc
Expand Down
5 changes: 4 additions & 1 deletion reg_tests/chgres_cube/c96.fv3.netcdf2wam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ set -x
export DATA=$OUTDIR/c96_fv3_netcdf2wam
rm -fr $DATA

export FIXfv3=${HOMEreg}/fix/C96
export CRES=96
export ocn=100
export FIXfv3=${HOMEreg}/fix/C${CRES}

export COMIN=${HOMEreg}/input_data/fv3.netcdf
export ATM_FILES_INPUT=gfs.t00z.atmf000.nc
export VCOORD_FILE=${HOMEufs}/fix/am/global_hyblev.l64.txt
Expand Down
5 changes: 3 additions & 2 deletions reg_tests/chgres_cube/c96.fv3.restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ set -x
export DATA=$OUTDIR/c96_fv3_restart
rm -fr $DATA

export FIXfv3=${HOMEreg}/fix/C96
export FIXsfc=${FIXfv3}/fix_sfc
export CRES=96
export ocn=100
export FIXfv3=${HOMEreg}/fix/C${CRES}
export COMIN=${HOMEreg}/input_data/fv3.restart
export VCOORD_FILE=${HOMEufs}/fix/am/global_hyblev.l64.txt
export INPUT_TYPE='restart'
Expand Down
5 changes: 3 additions & 2 deletions reg_tests/chgres_cube/c96.gefs.grib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ export DATA=$OUTDIR/c96_gefs_grib2
rm -fr $DATA

export CRES=96
export FIXfv3=${HOMEreg}/fix/C96
export FIXsfc=${FIXfv3}/fix_sfc
export ocn=100
export FIXfv3=${HOMEreg}/fix/C${CRES}

export COMIN=${HOMEreg}/input_data/gefs.grib2

export GRIB2_FILE_INPUT=gec00.t06z.pgrb2abf00
Expand Down
6 changes: 4 additions & 2 deletions reg_tests/chgres_cube/c96.gfs.nemsio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ set -x
export DATA=$OUTDIR/c96_gfs_nemsio
rm -fr $DATA

export FIXfv3=${HOMEreg}/fix/C96
export FIXsfc=${FIXfv3}/fix_sfc
export CRES=96
export ocn=100
export FIXfv3=${HOMEreg}/fix/C${CRES}

export COMIN=${HOMEreg}/input_data/gfs.nemsio
export ATM_FILES_INPUT=gfnanl.gdas.2017071700
export SFC_FILES_INPUT=sfnanl.gdas.2017071700
Expand Down
6 changes: 4 additions & 2 deletions reg_tests/chgres_cube/c96.gfs.sigio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ fi
export DATA=$OUTDIR/c96_gfs_sigio
rm -fr $DATA

export FIXfv3=${HOMEreg}/fix/C96
export FIXsfc=${FIXfv3}/fix_sfc
export CRES=96
export ocn=100
export FIXfv3=${HOMEreg}/fix/C${CRES}

export COMIN=${HOMEreg}/input_data/gfs.sigio
export ATM_FILES_INPUT=gdas.t00z.sanl
export SFC_FILES_INPUT=gdas.t00z.sfcanl
Expand Down
83 changes: 0 additions & 83 deletions reg_tests/chgres_cube/c96.regional.sh

This file was deleted.

Loading
Loading