ROMS
Loading...
Searching...
No Matches
esmf_roms.F
Go to the documentation of this file.
1#include "cppdefs.h"
2#if defined MODEL_COUPLING && defined ESMF_LIB
3/*
4** git $id$
5*************************************************** hernan g. arango ***
6** copyright(c) 2002-2025 the roms group **
7** licensed under a mit/x style license **
8** see license_roms.md **
9************************************************************************
10** **
11** roms gridded component esmf/nuopc layer for native or third-party **
12** coupling frameworks like cdeps/cmeps. **
13** **
14** cdeps: community Data models for earth prediction systems **
15** https://github.com/escomp/cdeps **
16** **
17** cmeps: community mediator for earth prediction systems **
18** https://github.com/escomp/cmeps **
19** **
20** esmf: earth system modeling framework(version 7 or higher) **
21** https://www.earthsystemcog.org/projects/esmf **
22** **
23** nuopc: national unified operational prediction capability **
24** https://www.earthsystemcog.org/projects/nuopc **
25** **
26************************************************************************
27*/
28
29# if defined CMEPS
30# include "cmeps_roms.h"
31# else
32# include "esmf_roms.h"
33# endif
34#else
35 MODULE esmf_roms_mod
36 END MODULE esmf_roms_mod
37#endif