Changes between Initial Version and Version 1 of Ticket #958
- Timestamp:
- 09/04/23 01:25:03 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #958
- Property Resolution → Done
- Property Status new → closed
- Property Summary Important: Updated standalonw NUOPC cap for UFS → Important: 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 NUOPCmodule **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.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. 2 2 3 3 For example, the **roms_cdeps_narr.yaml** has: … … 327 327 #export_variables: [SSH, Usur, Vsur, SST] 328 328 }}} 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 ROMSin various configurations.329 Since 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. 330 330 331 331 The **cmeps_roms.F** NUOPC module was updated accordingly. 332 333 This work is done in collaboration with Ufuk Turunçoğlu (NCAR/NOAA).