NOAA-EMC / NEMS

NEMS (NOAA Environmental Modeling System)
https://noaa-emc.github.io/NEMS_doc/index.html
Other
11 stars 46 forks source link

Update NEMS for CDEPS #88

Closed binli2337 closed 3 years ago

binli2337 commented 3 years ago

To include CDEPS_DATM component in ufs-weather-model, the following NEMS files need to be updated:

1) The module_EARTH_GRID_COM.F90 file needs to be updated to include "FRONT_CDEPS_DATM" for Setservices.

2) Since both CMEPS and CDEPS use PIO, the pio initialization calls need to be added to MAIN_NEMS.F90.

3) CMakeLists.txt file needs to be updated for new C preprocessor macros.

binli2337 commented 3 years ago

The pio will be initialized at component level. A new issue will be created.