Skip to content

Commit

Permalink
Merge pull request ufs-community#3 from aliabdolali/patch-1
Browse files Browse the repository at this point in the history
Update cpld_bmark_mpi_p7
  • Loading branch information
JessicaMeixner-NOAA authored Nov 9, 2021
2 parents e4fae71 + 9f6f9b1 commit db50d5c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 7 deletions.
46 changes: 40 additions & 6 deletions doc/UsersGuide/source/InputsOutputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -497,68 +497,102 @@ The WW3 version number in mod_def.<grd> files must be consistent with version of
.. _WW3_FixFiles:

.. list-table:: *Input files containing grid information and conservative remapping for global configurations (GFSv16 Wave)*
:widths: 35 35 25
:widths: 35 35 25 10 10
:header-rows: 1

* - Filename
- Description
- Resolution
- Spatial Resolution
- nFreq
- nDir
* - mod_def.aoc_9km
- Antarctic Ocean PolarStereo [50N 90N]
- 9km
- 50
- 36
* - mod_def.gnh_10m
- Global mid core [15S 52N]
- 10 min
- 50
- 36
* - mod_def.gsh_15m
- southern ocean [79.5S 10.5S]
- 15 min
- 50
- 36
* - mod_def.glo_15mxt
- Global 1/4 extended grid [90S 90S]
- 15 min
- 36
- 24
* - mod_def.points
- GFSv16-wave spectral grid point output
- na
* - mod_def.points
- GFSv16-wave spectral grid point output
- na
- na
* - rmp_src_to_dst_conserv_002_001.nc
- Conservative remapping gsh_15m to gnh_10m
- na
- na
- na
* - rmp_src_to_dst_conserv_003_001.nc
- Conservative remapping aoc_9km to gnh_10m
- na
- na
- na


.. _WW3_FixFilesp:

.. list-table:: *Input grid information for single global/regional configurations*
:widths: 30 50 20
:widths: 30 50 20 10 10
:header-rows: 1

* - Filename
- Description
- Resolution
- Spatial Resolution
- nFreq
- nDir
* - mod_def.ant_9km
- Regional polar stereo antarctic grid [90S 50S]
- 9km
- 36
- 24
* - mod_def.glo_10m
- Global grid [80S 80N]
- 10 min
- 36
- 24
* - mod_def.glo_30m
- Global grid [80S 80N]
- 30 min
- 36
- 36
* - mod_def.glo_1deg
- Global grid [85S 85N]
- 1 degree
- 25
- 24
* - mod_def.glo_2deg
- Global grid [85S 85N]
- 2 degree
- 20
- 18
* - mod_def.glo_5deg
- Global grid [85S 85N]
- 5 degree
- 18
- 12
* - mod_def.glo_gwes_30m
- Global NAWES 30 min wave grid [80S 80N]
- 30 min
- 36
- 36
* - mod_def.natl_6m
- Regional North Atlantic Basin [1.5N 45.5N; 98W 8W]
- 6 min
- 50
- 36

Coupled regional configurations require forcing files to fill regions that cannot be interpolated from the atmospheric component. For a list of forcing files used to fill unmapped data points see :numref:`Table %s <WW3_ForcingFiles>`.

Expand Down
11 changes: 10 additions & 1 deletion tests/tests/cpld_bmark_mpi_p7
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,16 @@ export MOM6_USE_WAVES=True
export MOM6_RIVER_RUNOFF=True
export MOM6_RESTART_SETTING=r

export ww3gline="'gwes_30m' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F"
export WW3GRIDLINE="'gwes_30m' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F"
export WW3RSTDTHR=${FHMAX}
export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))"
export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000"
export RUN_END="2100${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000"
export OUT_BEG=$RUN_BEG
export OUT_END=$RUN_END
export RST_BEG=$RUN_BEG
export RST_2_BEG=$RUN_BEG
export RST_END=$RUN_END
export RST_2_END=$RUN_END

export FV3_RUN=cpld_control_run.IN

0 comments on commit db50d5c

Please sign in to comment.