Skip to content

Commit

Permalink
Merge branch 'jonbob/drof/add-drof-options' (PR #6017)
Browse files Browse the repository at this point in the history
Add support for NYF options used by MPASO compsets

Some mpaso compsets specify using the data runoff model drof with
options %NYFAIS00, %NYFAIS45 and %NYFAIS55, but their implementation was
incomplete in the drof configuration code. This adds the missing parts
of the configuration.

[BFB]
  • Loading branch information
jonbob committed Dec 13, 2023
2 parents 3fa659c + 5cf0bbf commit cf8fb95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions components/data_comps/drof/cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
-->

<description modifier_mode="1">
<desc rof="DROF[%NULL][%NYF][%IAF][%IAFAIS00][%IAFAIS45][%IAFAIS55][%CPLHIST][%JRA][%JRA-1p5][%JRA-1p5-AIS0ROF][%JRA-1p4-2018][%JRA-1p4-2018-AIS0ICE][%JRA-1p4-2018-AIS0LIQ][%JRA-1p4-2018-AIS0ROF[%JRA-RYF8485][%JRA-RYF9091][%JRA-RYF0304]">Data runoff model</desc>
<desc rof="DROF[%NULL][%NYF][%NYFAIS00][%NYFAIS45][%NYFAIS55][%IAF][%IAFAIS00][%IAFAIS45][%IAFAIS55][%CPLHIST][%JRA][%JRA-1p5][%JRA-1p5-AIS0ROF][%JRA-1p4-2018][%JRA-1p4-2018-AIS0ICE][%JRA-1p4-2018-AIS0LIQ][%JRA-1p4-2018-AIS0ROF[%JRA-RYF8485][%JRA-RYF9091][%JRA-RYF0304]">Data runoff model</desc>
<desc option="NULL" >NULL mode</desc>
<desc option="NYF" >COREv2 normal year forcing:</desc>
<desc option="NYFAIS00" >COREv2 normal year forcing:</desc>
<desc option="NYFAIS45" >COREv2 normal year forcing:</desc>
<desc option="NYFAIS55" >COREv2 normal year forcing:</desc>
<desc option="IAF" >COREv2 interannual year forcing:</desc>
<desc option="IAFAIS00" >COREv2 interannual year forcing:</desc>
<desc option="IAFAIS45" >COREv2 interannual year forcing:</desc>
Expand Down Expand Up @@ -44,7 +47,7 @@

<entry id="DROF_MODE">
<type>char</type>
<valid_values>CPLHIST,DIATREN_ANN_RX1,DIATREN_IAF_RX1,DIATREN_IAF_AIS00_RX1,DIATREN_IAF_AIS45_RX1,DIATREN_IAF_AIS55_RX1,IAF_JRA,IAF_JRA_1p5,IAF_JRA_1p5_AIS0ROF,IAF_JRA_1p4_2018,IAF_JRA_1p4_2018_AIS0ICE,IAF_JRA_1p4_2018_AIS0LIQ,IAF_JRA_1p4_2018_AIS0ROF,RYF8485_JRA,RYF9091_JRA,RYF0304_JRA,NULL</valid_values>
<valid_values>CPLHIST,DIATREN_ANN_RX1,DIATREN_ANN_AIS00_RX1,DIATREN_ANN_AIS45_RX1,DIATREN_ANN_AIS55_RX1,DIATREN_IAF_RX1,DIATREN_IAF_AIS00_RX1,DIATREN_IAF_AIS45_RX1,DIATREN_IAF_AIS55_RX1,IAF_JRA,IAF_JRA_1p5,IAF_JRA_1p5_AIS0ROF,IAF_JRA_1p4_2018,IAF_JRA_1p4_2018_AIS0ICE,IAF_JRA_1p4_2018_AIS0LIQ,IAF_JRA_1p4_2018_AIS0ROF,RYF8485_JRA,RYF9091_JRA,RYF0304_JRA,NULL</valid_values>
<default_value>DIATREN_ANN_RX1</default_value>
<values match="last">
<value compset="_DROF%NULL">NULL</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
<desc>Stream domain file path(s).</desc>
<values>
<value stream="rof.diatren_ann_rx1" >runoff.daitren.annual.20190226.nc</value>
<value stream="rof.diatren_ann_ais00_rx1">runoff.daitren.annual.20190226.nc</value>
<value stream="rof.diatren_ann_ais45_rx1">runoff.daitren.annual.20190226.nc</value>
<value stream="rof.diatren_ann_ais55_rx1">runoff.daitren.annual.20190226.nc</value>
<value stream="rof.diatren_ann_ais00_rx1">runoff.daitren.annual-AISx00.20190226.nc</value>
<value stream="rof.diatren_ann_ais45_rx1">runoff.daitren.annual-AISx45.20190226.nc</value>
<value stream="rof.diatren_ann_ais55_rx1">runoff.daitren.annual-AISx55.20190226.nc</value>
<value stream="rof.diatren_iaf_rx1" >runoff.daitren.iaf.20120419.nc</value>
<value stream="rof.diatren_iaf_ais00_rx1">runoff.daitren.iaf-AISx00.20120419.nc</value>
<value stream="rof.diatren_iaf_ais45_rx1">runoff.daitren.iaf-AISx45.20120419.nc</value>
Expand Down

0 comments on commit cf8fb95

Please sign in to comment.