Skip to content

Commit

Permalink
add wav2atm smap
Browse files Browse the repository at this point in the history
  • Loading branch information
erinethomas committed Nov 6, 2024
1 parent f053888 commit 1d22ac1
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
17 changes: 17 additions & 0 deletions driver-mct/cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1518,6 +1518,23 @@
<desc>atm2wav state mapping file decomp type</desc>
</entry>

<entry id="WAV2ATM_SMAPNAME">
<type>char</type>
<default_value>idmap</default_value>
<group>run_domain</group>
<file>env_run.xml</file>
<desc>wav2atm state mapping file</desc>
</entry>

<entry id="WAV2ATM_SMAPTYPE">
<type>char</type>
<valid_values>X,Y</valid_values>
<default_value>Y</default_value>
<group>run_domain</group>
<file>env_run.xml</file>
<desc>wav2atm state mapping file decomp type</desc>
</entry>

<entry id="OCN2ATM_FMAPNAME">
<type>char</type>
<default_value>idmap</default_value>
Expand Down
31 changes: 31 additions & 0 deletions driver-mct/cime_config/namelist_definition_drv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4928,6 +4928,37 @@
</values>
</entry>

<entry id="wav2atm_smapname" modify_via_xml="WAV2ATM_SMAPNAME">
<type>char</type>
<category>mapping</category>
<input_pathname>abs</input_pathname>
<group>seq_maps</group>
<desc>
atm to wav state mapping file for states
</desc>
<values>
<value>$WAV2ATM_SMAPNAME</value>
</values>
</entry>

<entry id="wav2atm_smaptype" modify_via_xml="WAV2ATM_SMAPTYPE">
<type>char</type>
<category>mapping</category>
<group>seq_maps</group>
<desc>
The type of mapping desired, either "source" or "destination" mapping.
X is associated with rearrangement of the source grid to the
destination grid and then local mapping. Y is associated with mapping
on the source grid and then rearrangement and sum to the destination
grid.
</desc>
<values>
<value>$WAV2ATM_SMAPTYPE</value>
<value bfbflag="on">X</value>
</values>
</entry>


<entry id="ocn2wav_smapname" modify_via_xml="OCN2WAV_SMAPNAME">
<type>char</type>
<category>mapping</category>
Expand Down

0 comments on commit 1d22ac1

Please sign in to comment.