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.
Changeset 543 – NEMO

Changeset 543


Ignore:
Timestamp:
2006-10-20T14:29:34+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_77:RB:change child grid namelist declaration for compatibility with Agrif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r470 r543  
    2121!  nleapy     Leap year calendar (0/1) 
    2222!  ninist     initial state output flag (0/1) 
    23 !  nprint     level of print (0 no print) 
    2423!  nstock     frequency of restart file 
    2524!  nwrite     frequency of OUTPUT file 
    2625!  nrunoff    = 0 no, 1 runoff, 2 runoff+river mouth ups adv 
    27 !  ln_ctl     trend control print (expensive!) 
    28 !  nictls     start i indice to make the control SUM (very usefull to compare mono- 
    29 !  nictle     end   i indice to make the control SUM (-versus multi processor runs) 
    30 !  njctls     start j indice to make the control SUM (very usefull to compare mono- 
    31 !  njctle     end   j indice to make the control SUM (-versus multi processor runs) 
    32 !  isplt      number of processors following i 
    33 !  jsplt      number of processors following j 
    34 !  nbench     Bench parameter (0/1): CAUTION it must be zero except for bench 
    35 !             for which we don't care about physical meaning of the results 
    3626! 
    3727!  CAUTION: for usual run scripts, logical value of 
     
    4030&namrun 
    4131   no         =       0 
    42    cexper     =  "1_ORCA2" 
     32   cexper     =  "Agulhas" 
    4333   ln_rstart  = .false. 
    4434   nrstdt     =       0 
     
    4838   nleapy     =       0 
    4939   ninist     =       0 
    50    nprint     =       0 
    5140   nstock     =   10950 
    5241   nwrite     =   10950 
    5342   nrunoff    =       0 
    54    ln_ctl     =  .false. 
    55    nictls     =       0 
    56    nictle     =       0 
    57    njctls     =       0 
    58    njctle     =       0 
    59    isplt      =       1 
    60    jsplt      =       1 
    61    nbench     =       0 
    62 / 
    63 !----------------------------------------------------------------------- 
     43/ 
     44!----------------------------------------------------------------------- 
     45!       nam_ctl      Control prints & Benchmark 
     46!----------------------------------------------------------------------- 
     47!  ln_ctl     trends control print (expensive!) 
     48!  nprint     level of print (0 no print) 
     49!  nictls     start i indice to make the control SUM (very usefull to compare mono- 
     50!  nictle     end   i indice to make the control SUM (-versus multi processor runs) 
     51!  njctls     start j indice to make the control SUM (very usefull to compare mono- 
     52!  njctle     end   j indice to make the control SUM (-versus multi processor runs) 
     53!  nisplt     number of processors following i 
     54!  njsplt     number of processors following j 
     55!  nbench     Bench parameter (0/1): CAUTION it must be zero except for bench 
     56!             for which we don't care about physical meaning of the results 
     57!  nbit_cmp   bit comparison mode parameter (0/1): enables bit comparison between  
     58!             single and multiple processor runs. 
     59&namctl 
     60   ln_ctl =  .false. 
     61   nprint =       0 
     62   nictls =       0 
     63   nictle =       0 
     64   njctls =       0 
     65   njctle =       0 
     66   isplt  =       1 
     67   jsplt  =       1 
     68   nbench =       0 
     69   nbit_cmp =     0 
     70/ 
     71!!----------------------------------------------------------------------- 
    6472!       nam_mpp      Massively Parallel Processing 
    6573!----------------------------------------------------------------------- 
     
    104112!  ln_traadv_muscl    MUSCL scheme                 (default F) 
    105113!  ln_traadv_muscl2   MUSCL2 scheme                (default F) 
     114!  ln_traadv_ubs      UBS scheme                   (default F) 
    106115&nam_traadv 
    107116   ln_traadv_cen2   =  .false. 
     
    109118   ln_traadv_muscl  =  .false. 
    110119   ln_traadv_muscl2 =  .false. 
     120   ln_traadv_ubs    =  .false. 
    111121/ 
    112122!----------------------------------------------------------------------- 
     
    252262!  e3zps_rat     the minimum of e3zps_min and e3zps_rat * e3t 
    253263!                (N.B. 0<e3zps_rat<1) 
    254 !  ngrid      = 0/1, compute/read the horizontal mesh 
    255264!                  (coordinates, scale factors) 
    256265!  nmsh       =1 create a mesh file (coordinates, scale factors, masks) 
     
    272281   e3zps_min =     5. 
    273282   e3zps_rat =     0.1 
    274    ngrid     =     1 
    275283   nmsh      =     0 
    276284   nacc      =     0 
     
    562570!----------------------------------------------------------------------- 
    563571!       namtrd    diagnostics on dynamics and/or tracer trends 
    564 !                         ('key_diatrdyn' and/or 'key_diatrtra') 
    565 !                 or mixed-layer trends ('key_diatrdmld') 
    566 !----------------------------------------------------------------------- 
    567 !  ntrd    time step frequency dynamics and tracers trends 
    568 !  nctls   control surface type in mixed-layer trends (0,1 or n<jpk) 
     572!                         ('key_trdyn' and/or 'key_trdtra') 
     573!                 or mixed-layer trends ('key_trdmld') 
     574!----------------------------------------------------------------------- 
     575!  ntrd              time step frequency dynamics and tracers trends 
     576!  nctls             control surface type in mixed-layer trends (0,1 or n<jpk) 
     577!  ln_trdmld_restart restart for ML diagnostics 
     578!  ucf               unit conversion factor (=1 -> /seconds | =86400. -> /day) 
     579!  ln_trdmld_instant flag to diagnose trends of instantantaneous or mean ML T/S 
    569580&namtrd 
    570581   ntrd  = 365 
    571582   nctls =   0 
     583   ln_trdmld_restart = .false. 
     584   ucf   =  1. 
     585   ln_trdmld_instant = .false. 
    572586/ 
    573587!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.