Changes between Initial Version and Version 1 of Ticket #958


Ignore:
Timestamp:
09/04/23 01:25:03 (11 months ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #958

    • Property ResolutionDone
    • Property Status newclosed
    • Property Summary Important: Updated standalonw NUOPC cap for UFSImportant: Updated ROMS standalone NUOPC cap for the UFS
  • Ticket #958 – Description

    initial v1  
    1 We continue working on interfacing **ROMS** to the **UFS** for coupling. The standard alone NUOPC module **cmeps_roms.F** was updated to process the needed metadata from a generic input YAML configuration file. The fields to couple are controlled by the **import_variables** and **export_variables** tokens.
     1We continue working on interfacing **ROMS** to the **UFS** for coupling. The standard alone **NUOPC** module **cmeps_roms.F** was updated to process the needed metadata from a generic input YAML configuration file. The fields to couple are controlled by the **import_variables** and **export_variables** tokens.
    22
    33For example, the **roms_cdeps_narr.yaml** has:
     
    327327#export_variables: [SSH, Usur, Vsur, SST]
    328328}}}
    329 Since we are testing the coupling to the **DATA** component using **CDEPS**, the export_variables are commented out. Only the metadata for the variables specified in **import_variables** will be processed; the other metadata is ignored. There is no need to add or remove field metadata. It has everything that it needs for coupling ROMS in various configurations.
     329Since we are testing the coupling to the **DATA** component using **CDEPS**, the **export_variables** token is commented out. Only the metadata for the variables specified in **import_variables** will be processed; the other metadata is ignored. There is no need to add or remove field metadata. It has everything it needs for coupling **ROMS** in various configurations.
    330330
    331331The **cmeps_roms.F** NUOPC module was updated accordingly.
     332
     333This work is done in collaboration with Ufuk Turunçoğlu (NCAR/NOAA).