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 15127 for NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/tests/ISOMIP+/EXPREF/namelist_cfg – NEMO

Ignore:
Timestamp:
2021-07-16T20:00:12+02:00 (3 years ago)
Author:
cetlod
Message:

dev_PISCO : merge with trunk@15119

Location:
NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette@14244        sette 
         11^/utils/CI/sette@HEAD        sette 
         12 
  • NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/tests/ISOMIP+/EXPREF/namelist_cfg

    r14229 r15127  
    2727!!   namtsd       data: temperature & salinity                          (default: OFF) 
    2828!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    29 !!   namc1d       1D configuration options                              ("key_c1d") 
    30 !!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
    31 !!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
     29!!   namc1d       1D configuration options                              (ln_c1d =T) 
     30!!   namc1d_dyndmp 1D newtonian damping applied on currents             (ln_c1d =T) 
     31!!   namc1d_uvd   1D data (currents)                                    (ln_c1d =T) 
    3232!!====================================================================== 
    3333! 
     
    5050!----------------------------------------------------------------------- 
    5151   ln_read_cfg = .true.   !  (=T) read the domain configuration file 
     52/ 
     53!----------------------------------------------------------------------- 
     54&namtile        !   parameters of the tiling 
     55!----------------------------------------------------------------------- 
    5256/ 
    5357!----------------------------------------------------------------------- 
     
    7781/ 
    7882!----------------------------------------------------------------------- 
    79 &namc1d        !   1D configuration options                             ("key_c1d" default: PAPA station) 
    80 !----------------------------------------------------------------------- 
    81 / 
    82 !----------------------------------------------------------------------- 
    83 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF) 
    84 !----------------------------------------------------------------------- 
    85 / 
    86 !----------------------------------------------------------------------- 
    87 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF) 
     83&namc1d        !   1D configuration options                             (ln_c1d =T default: PAPA station) 
     84!----------------------------------------------------------------------- 
     85/ 
     86!----------------------------------------------------------------------- 
     87&namc1d_dyndmp !   U & V newtonian damping                              (ln_c1d =T default: OFF) 
     88!----------------------------------------------------------------------- 
     89/ 
     90!----------------------------------------------------------------------- 
     91&namc1d_uvd    !   data: U & V currents                                 (ln_c1d =T default: OFF) 
    8892!----------------------------------------------------------------------- 
    8993 
Note: See TracChangeset for help on using the changeset viewer.