Skip to content

Commit

Permalink
Feature/add fms2 io nml fieldtable (hafs-community#121)
Browse files Browse the repository at this point in the history
* Added the fms2_io_nml namelist section with netcdf_default_format of netcdf4 in input*.nml
* Copied the field_table_hafs to regional and globnest to sync the same field_table as in ufs-weather-model HAFS RTs
* Updating esmf module

Fixes issue hafs-community#112 and hafs-community#117.
  • Loading branch information
mrinalbiswas authored Jan 20, 2022
1 parent 30666cc commit 45d5bb5
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 7 deletions.
5 changes: 2 additions & 3 deletions parm/forecast/globnest/field_table
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@
"TRACER", "atmos_mod", "sgs_tke"
"longname", "subgrid scale turbulent kinetic energy"
"units", "m2/s2"
"profile_type", "fixed", "surface_value=1.e30" /
"profile_type", "fixed", "surface_value=0.0" /
# non-prognostic cloud amount
"TRACER", "atmos_mod", "cld_amt"
"longname", "cloud amount"
"units", "1"
"profile_type", "fixed", "surface_value=1.e30" /

"profile_type", "fixed", "surface_value=0.0" /
4 changes: 4 additions & 0 deletions parm/forecast/globnest/input.nml.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
max_files_w = 100,
/

&fms2_io_nml
netcdf_default_format="netcdf4"
/

&fms_nml
clock_grain = 'ROUTINE',
domains_stack_size = 30000000,
Expand Down
4 changes: 4 additions & 0 deletions parm/forecast/globnest/input_nest02.nml.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
max_files_w = 100,
/

&fms2_io_nml
netcdf_default_format="netcdf4"
/

&fms_nml
clock_grain = 'ROUTINE',
domains_stack_size = 30000000,
Expand Down
4 changes: 4 additions & 0 deletions parm/forecast/globnest_hwrf/input.nml.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
max_files_w = 100,
/

&fms2_io_nml
netcdf_default_format="netcdf4"
/

&fms_nml
clock_grain = 'ROUTINE',
domains_stack_size = 30000000,
Expand Down
4 changes: 4 additions & 0 deletions parm/forecast/globnest_hwrf/input_nest02.nml.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
max_files_w = 100,
/

&fms2_io_nml
netcdf_default_format="netcdf4"
/

&fms_nml
clock_grain = 'ROUTINE',
domains_stack_size = 30000000,
Expand Down
5 changes: 2 additions & 3 deletions parm/forecast/regional/field_table
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@
"TRACER", "atmos_mod", "sgs_tke"
"longname", "subgrid scale turbulent kinetic energy"
"units", "m2/s2"
"profile_type", "fixed", "surface_value=1.e30" /
"profile_type", "fixed", "surface_value=0.0" /
# non-prognostic cloud amount
"TRACER", "atmos_mod", "cld_amt"
"longname", "cloud amount"
"units", "1"
"profile_type", "fixed", "surface_value=1.e30" /

"profile_type", "fixed", "surface_value=0.0" /
4 changes: 4 additions & 0 deletions parm/forecast/regional/input.nml.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
max_files_w = 100,
/

&fms2_io_nml
netcdf_default_format="netcdf4"
/

&fms_nml
clock_grain = 'ROUTINE',
domains_stack_size = 30000000,
Expand Down
4 changes: 4 additions & 0 deletions parm/forecast/regional_hwrf/input.nml.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
max_files_w = 100,
/

&fms2_io_nml
netcdf_default_format="netcdf4"
/

&fms_nml
clock_grain = 'ROUTINE',
domains_stack_size = 30000000,
Expand Down
2 changes: 1 addition & 1 deletion sorc/hafs_utils.fd

0 comments on commit 45d5bb5

Please sign in to comment.