source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/tools/DOMAINcfg/src/make_domain_cfg.f90 @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

File size: 1.0 KB
Line 
1PROGRAM make_domain_cfg
2   !!======================================================================
3   !!                     ***  PROGRAM  make_domain_cfg  ***
4   !!
5   !! ** Purpose :  tool to create domain_cfg.nc file via nemogcm
6   !!======================================================================
7   !! History :   OPA  ! 2001-02  (M. Imbard, A. Weaver)  Original code
8   !!   NEMO      1.0  ! 2003-10  (G. Madec) F90
9   !!----------------------------------------------------------------------
10   USE nemogcm   ! NEMO system   (nemo_gcm routine)
11   !!----------------------------------------------------------------------
12   !! NEMO/OCE 4.0 , NEMO Consortium (2018)
13   !! $Id: nemo.f90 2528 2010-12-27 17:33:53Z rblod $
14   !! Software governed by the CeCILL licence     (./LICENSE)
15   !!----------------------------------------------------------------------
16   !
17   CALL nemo_gcm           ! NEMO direct code
18   !
19   !!======================================================================
20END PROGRAM make_domain_cfg 
Note: See TracBrowser for help on using the repository browser.