New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
make_domain_cfg.f90 in utils/tools_AGRIF_CMEMS_2020/DOMAINcfg/src – NEMO

source: utils/tools_AGRIF_CMEMS_2020/DOMAINcfg/src/make_domain_cfg.f90 @ 10727

Last change on this file since 10727 was 9598, checked in by nicolasmartin, 6 years ago

Reorganisation plan for NEMO repository: changes to make compilation succeed with new structure
Juste one issue left with AGRIF_NORDIC with AGRIF preprocessing
Standardisation of routines header with version 4.0 and year 2018
Fix for some broken symlinks

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.