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.
Users/SetupNewConfiguration (diff) – NEMO

Changes between Version 30 and Version 31 of Users/SetupNewConfiguration


Ignore:
Timestamp:
2017-05-16T16:28:14+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/SetupNewConfiguration

    v30 v31  
    110110**3** Create the domain_cfg.nc file which must contain the following fields 
    111111 
    112 .. code-block:: bash 
    113  
    114    int ORCA  , ORCA_index            - configuration name, configuration resolution 
    115    int jpiglo, jpjglo , jpkglo       - global domain sizes 
    116    int jperio                        - lateral global domain b.c. 
    117    int ln_zco, ln_zps, ln_sco        - flags for z-coordinate, z-coordinate with partial steps and s-coordinate 
    118    int ln_isfcav                     - flag  for ice shelf cavities 
    119    double glamt, glamu, glamv, glamf - geographic position 
    120    double gphit, gphiu, gphiv, gphif - geographic position 
    121    double iff, ff_f, ff_t            - Coriolis parameter (if not on the sphere) 
    122    double e1t, e1u, e1v, e1f         - horizontal scale factors 
    123    double e2t, e2u, e2v, e2f         - horizontal scale factors 
    124    double ie1e2u_v, e1e2u, e1e2v     - U and V surfaces (if grid size reduction in some straits) 
    125    double e3t_1d, e3w_1d             - reference vertical scale factors at T and W points 
    126    double e3t_0, e3u_0, e3v_0, e3f_0, e3w_0 - vertical scale factors 3D coordinate at T,U,V,F and W points 
    127    double e3uw_0,e3vw_0              - vertical scale factors 3D coordinate at UW and VW points 
    128    int bottom_level, top_level       - last wet T-points, 1st wet T-points (for ice shelf cavities) 
     112.. code-block:: cpp 
     113 
     114   int    ORCA, ORCA_index                  /* configuration name, configuration resolution                             */ 
     115   int    jpiglo, jpjglo, jpkglo            /* global domain sizes                                                      */ 
     116   int    jperio                            /* lateral global domain b.c.                                               */ 
     117   int    ln_zco, ln_zps, ln_sco            /* flags for z-coordinate, z-coordinate with partial steps and s-coordinate */ 
     118   int    ln_isfcav                         /* flag  for ice shelf cavities                                             */ 
     119   double glamt, glamu, glamv, glamf        /* geographic position                                                      */ 
     120   double gphit, gphiu, gphiv, gphif        /* geographic position                                                      */ 
     121   double iff, ff_f, ff_t                   /* Coriolis parameter (if not on the sphere)                                */ 
     122   double e1t, e1u, e1v, e1f                /* horizontal scale factors                                                 */ 
     123   double e2t, e2u, e2v, e2f                /* horizontal scale factors                                                 */ 
     124   double ie1e2u_v, e1e2u, e1e2v            /* U and V surfaces (if grid size reduction in some straits)                */ 
     125   double e3t_1d, e3w_1d                    /* reference vertical scale factors at T and W points                       */ 
     126   double e3t_0, e3u_0, e3v_0, e3f_0, e3w_0 /* vertical scale factors 3D coordinate at T,U,V,F and W points             */ 
     127   double e3uw_0, e3vw_0                    /* vertical scale factors 3D coordinate at UW and VW points                 */ 
     128   int    bottom_level, top_level           /* last wet T-points, 1st wet T-points (for ice shelf cavities)             */ 
    129129 
    130130 
     
    166166the following files and directories: 
    167167 
    168 :: 
     168.. code-block:: bash 
    169169 
    170170   TEST_CASES/'MY_NEW_TEST': 
    171171   BLD     MY_SRC     cpp_MY_NEW_TEST.fcm 
    172172   EXP00   WORK 
    173     
     173   # 
    174174   TEST_CASES/'MY_NEW_TEST'/EXP00: 
    175175   context_nemo.xml        domain_def_nemo.xml 
     
    178178   namelist_cfg 
    179179   namelist_ref 
    180  
     180   # 
    181181   TEST_CASES/'MY_NEW_TEST'/MY_SRC: 
    182182   usrdef_hgr.F90       usrdef_nam.F90    usrdef_zgr.F90