Skip to content
Closed
Changes from all commits
Commits
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
53 changes: 53 additions & 0 deletions tests/parm/model_configure_nest.IN
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
start_year: @[SYEAR]
start_month: @[SMONTH]
start_day: @[SDAY]
start_hour: @[SHOUR]
start_minute: 0
start_second: 0
nhours_fcst: @[FHMAX]
fhrot: @[FHROT]

dt_atmos: @[DT_ATMOS]
restart_interval: @[RESTART_INTERVAL]

quilting: @[QUILTING]
quilting_restart: @[QUILTING_RESTART]
write_groups: @[WRITE_GROUP]
write_tasks_per_group: @[WRTTASK_PER_GROUP]
itasks: @[ITASKS]
output_history: @[OUTPUT_HISTORY]
history_file_on_native_grid: @[HISTORY_FILE_ON_NATIVE_GRID]
write_dopost: @[WRITE_DOPOST]
write_nsflip: @[WRITE_NSFLIP]
num_files: @[NUM_FILES]
filename_base: @[FILENAME_BASE]
output_grid: @[OUTPUT_GRID]
output_file: @[OUTPUT_FILE]
zstandard_level: @[ZSTANDARD_LEVEL]
ideflate: @[IDEFLATE]
quantize_mode: 'quantize_bitround'
quantize_nsd: @[QUANTIZE_NSD]
ichunk2d: @[ICHUNK2D]
jchunk2d: @[JCHUNK2D]
ichunk3d: @[ICHUNK3D]
jchunk3d: @[JCHUNK3D]
kchunk3d: @[KCHUNK3D]
imo: @[IMO]
jmo: @[JMO]
output_fh: @[OUTPUT_FH]
iau_offset: @[IAU_OFFSET]

# Output settings for the nest.
<output_grid_02>
output_grid: @[NEST_OUTPUT_GRID]
imo: @[NEST_IMO]
jmo: @[NEST_JMO]
cen_lon: @[TARGET_LON]
cen_lat: @[TARGET_LAT]
lon1: @[NEST_LON1]
lat1: @[NEST_LAT1]
lon2: @[NEST_LON2]
lat2: @[NEST_LAT2]
dlon: @[NEST_DLON]
dlat: @[NEST_DLAT]
</output_grid_02>
Comment on lines +41 to +53

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are the variables currently used in the regression tests:

Suggested change
<output_grid_02>
output_grid: @[NEST_OUTPUT_GRID]
imo: @[NEST_IMO]
jmo: @[NEST_JMO]
cen_lon: @[TARGET_LON]
cen_lat: @[TARGET_LAT]
lon1: @[NEST_LON1]
lat1: @[NEST_LAT1]
lon2: @[NEST_LON2]
lat2: @[NEST_LAT2]
dlon: @[NEST_DLON]
dlat: @[NEST_DLAT]
</output_grid_02>
<output_grid_02>
output_grid: @[OUTPUT_GRID_2]
imo: @[IMO_2]
jmo: @[JMO_2]
cen_lon: @[CEN_LON_2]
cen_lat: @[CEN_LAT_2]
lon1: @[LON1_2]
lat1: @[LAT1_2]
lon2: @[LON2_2]
lat2: @[LAT2_2]
dlon: @[DLON_2]
dlat: @[DLAT_2]
</output_grid_02>