ROMS
Loading...
Searching...
No Matches
master.F
Go to the documentation of this file.
1#include "cppdefs.h"
2/*
3** git $id$
4*************************************************** hernan g. arango ***
5** copyright(c) 2002-2025 the roms group **
6** licensed under a mit/x style license **
7** see license_roms.md **
8************************************************************************
9** **
10** master program to run roms as single ocean model or coupled **
11** to other models using the mct or esmf libraries. **
12** **
13************************************************************************
14*/
15
16#if defined MODEL_COUPLING && !defined CMEPS
17# if defined MCT_LIB
18# include "mct_driver.h"
19# elif defined ESMF_LIB
20# include "esmf_driver.h"
21# else
22 PROGRAM master ! ROMS is coupled with other external
23 END PROGRAM master ! software and drivers not written by us
24# endif
25#else
26# include "roms.h"
27#endif