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 7277 for branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2016-11-21T09:55:07+01:00 (8 years ago)
Author:
flavoni
Message:

update 2016 branch with simplif-2

Location:
branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG
Files:
2 deleted
23 edited
3 copied

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r6140 r7277  
    2020&namcfg        !   parameters of the configuration 
    2121!----------------------------------------------------------------------- 
    22    cp_cfg      =  "amm"                !  name of the configuration 
    23    jp_cfg      =     011               !  resolution of the configuration 
    24    jpidta      =     198               !  1st lateral dimension ( >= jpi ) 
    25    jpjdta      =     224               !  2nd    "         "    ( >= jpj ) 
    26    jpkdta      =      51               !  number of levels      ( >= jpk ) 
    27    jpiglo      =     198               !  1st dimension of global domain --> i =jpidta 
    28    jpjglo      =     224               !  2nd    -                  -    --> j  =jpjdta 
    29    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    30    jpjzoom     =       1               !  in data domain indices 
    31    jperio      =       0               !  lateral cond. type (between 0 and 6) 
    32 / 
    33 !----------------------------------------------------------------------- 
    34 &namzgr        !   vertical coordinate 
    35 !----------------------------------------------------------------------- 
    36    ln_sco      = .true.    !  s- or hybrid z-s-coordinate 
    37 / 
    38 !----------------------------------------------------------------------- 
    39 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    40 !----------------------------------------------------------------------- 
    41    ln_s_sh94   = .false.   !  Song & Haidvogel 1994 hybrid S-sigma   (T)| 
    42    ln_s_sf12   = .true.    !  Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied 
    43    ln_sigcrit  = .true.    !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch 
    44                            !  stretching coefficients for all functions 
    45    rn_hc       =   50.0    !  critical depth for transition to stretched coordinates 
    46 / 
     22   ln_read_cfg = .true.   !  (=T) read the domain configuration file 
     23      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     24      cn_domcfg = "AMM_R12_sco_domcfg"     ! domain configuration filename 
     25/ 
     26 
    4727!----------------------------------------------------------------------- 
    4828&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    4929!----------------------------------------------------------------------- 
    5030   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0) 
    51    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    52    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    53    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    54    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    55    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    56    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    57    ppsur       =  999999.0             !  ORCA r4, r2 and r05 coefficients 
    58    ppa0        =  999999.0             ! (default coefficients) 
    59    ppa1        =  999999.0             ! 
    60    ppkth       =      23.563           ! 
    61    ppacr       =       9.0             ! 
    62    ppdzmin     =       6.0             !  Minimum vertical spacing 
    63    pphmax      =    5720.              !  Maximum depth 
    64    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    65    ppa2        =  999999.              !  Double tanh function parameters 
    66    ppkth2      =  999999.              ! 
    67    ppacr2      =  999999. 
    6831/ 
    6932!----------------------------------------------------------------------- 
    7033&namcrs        !   Grid coarsening for dynamics output and/or 
    71                !   passive tracer coarsened online simulations 
     34!              !   passive tracer coarsened online simulations 
    7235!----------------------------------------------------------------------- 
    7336/ 
     
    8346   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    8447                           !     (also = the frequency of sea-ice model call) 
    85    ln_flx      = .true.    !  flux formulation       (T => fill namsbc_flx ) 
     48   ln_flx      = .true.    !  flux formulation                          (T => fill namsbc_flx ) 
    8649   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
    8750   nn_ice      = 0         !  =0 no ice boundary condition   , 
     
    9154   ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    9255 
    93 / 
    94 !----------------------------------------------------------------------- 
    95 &namsbc_ana    !   analytical surface boundary condition 
    96 !----------------------------------------------------------------------- 
    9756/ 
    9857!----------------------------------------------------------------------- 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/AMM12/cpp_AMM12.fcm

    r6140 r7277  
    1  bld::tool::fppkeys  key_bdy key_tide key_zdfgls key_diainstant key_mpp_mpi key_iomput 
     1 bld::tool::fppkeys  key_bdy key_tide key_zdfgls key_diainstant key_mpp_mpi key_iomput key_mpp_rep 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg

    r6140 r7277  
    1818   cp_cfg      =  "papa"                 !  name of the configuration 
    1919   jp_cfg      =       1                 !  resolution of the configuration 
    20    jpidta      =       3                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    21    jpjdta      =       3                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    22    jpkdta      =      75                 !  number of levels      ( >= jpk ) 
    23    jpiglo      =       3                 !  1st dimension of global domain --> i  = jpidta 
    24    jpjglo      =       3                 !  2nd    -                  -    --> j  = jpjdta 
    25    jpizoom     =       1                 !  left bottom (i,j) indices of the zoom 
    26    jpjzoom     =       1                 !  in data domain indices 
     20!   jpidta      =       3                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
     21!   jpjdta      =       3                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
     22!   jpkdta      =      75                 !  number of levels      ( >= jpk ) 
     23!   jpiglo      =       3                 !  1st dimension of global domain --> i  = jpidta 
     24!   jpjglo      =       3                 !  2nd    -                  -    --> j  = jpjdta 
    2725   jperio      =       0                 !  lateral cond. type (between 0 and 6) 
    2826/ 
     
    4341   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
    4442   rn_rdt      =  360.     !  time step for the dynamics  
    45    jphgr_msh   =       1                 !  type of horizontal mesh 
    4643   ppglam0     =    -150.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
    4744   ppgphi0     =      50.0               ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     
    9592/ 
    9693!----------------------------------------------------------------------- 
    97 &namsbc_ana    !   analytical surface boundary condition 
    98 !----------------------------------------------------------------------- 
    99 / 
    100 !----------------------------------------------------------------------- 
    10194&namsbc_flx    !   surface boundary condition : flux formulation 
    10295!----------------------------------------------------------------------- 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg

    r6140 r7277  
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!----------------------------------------------------------------------- 
     5&namusr_def    !   GYRE user defined namelist   
     6!----------------------------------------------------------------------- 
     7   nn_GYRE     =     1     !  GYRE resolution [1/degrees] 
     8   ln_bench    = .false.   !  ! =T benchmark with gyre: the gridsize is kept constant 
     9   jpkglo      =    31     !  number of model levels 
     10/ 
     11 
     12!----------------------------------------------------------------------- 
    513&namrun        !   parameters of the run 
    614!----------------------------------------------------------------------- 
    715   cn_exp      =  "GYRE"   !  experience name 
    816   nn_it000    =       1   !  first time step 
    9    nn_itend    =    4320   !  last  time step 
     17   nn_itend    =    4320   !!gm 4320   !  last  time step 
    1018   nn_leapy    =      30   !  Leap year calendar (1) or not (0) 
    1119   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1) 
     
    1321 
    1422   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    15  
    1623/ 
    1724!----------------------------------------------------------------------- 
    1825&namcfg     !   parameters of the configuration    
    1926!----------------------------------------------------------------------- 
    20    cp_cfg      =  "gyre"                 !  name of the configuration 
    21    jp_cfg      =       1                 !  resolution of the configuration 
    22    jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    23    jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    24    jpkdta      =      31                 !  number of levels      ( >= jpk ) 
    25    jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta 
    26    jpjglo      =      22                 !  2nd    -                  -    --> j  = jpjdta 
    27    jpizoom     =       1                 !  left bottom (i,j) indices of the zoom 
    28    jpjzoom     =       1                 !  in data domain indices 
    29    jperio      =       0                 !  lateral cond. type (between 0 and 6) 
    30 / 
    31 !----------------------------------------------------------------------- 
    32 &namzgr        !   vertical coordinate 
    33 !----------------------------------------------------------------------- 
    34    ln_zco      = .true.    !  z-coordinate - full    steps 
    35    ln_linssh   = .true.    !  linear free surface 
    36 / 
    37 !----------------------------------------------------------------------- 
    38 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    39 !----------------------------------------------------------------------- 
     27   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
     28      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     29   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
     30   ! 
    4031/ 
    4132!----------------------------------------------------------------------- 
    4233&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    4334!----------------------------------------------------------------------- 
    44    nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    45    rn_rdt      = 7200.     !  time step for the dynamics  
    46    jphgr_msh   =       5                 !  type of horizontal mesh 
    47    ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
    48    ppgphi0     =      29.0               ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    49    ppe1_deg    =  999999.0               !  zonal      grid-spacing (degrees) 
    50    ppe2_deg    =  999999.0               !  meridional grid-spacing (degrees) 
    51    ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees) 
    52    ppe2_m      =  999999.0               !  meridional grid-spacing (degrees) 
    53    ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients 
    54    ppa0        =     155.8325369664153   ! (default coefficients) 
    55    ppa1        =     146.3615918601890   ! 
    56    ppkth       =      17.28520372419791  ! 
    57    ppacr       =       5.0               ! 
    58    ppdzmin     =  999999.0               !  Minimum vertical spacing 
    59    pphmax      =  999999.0               !  Maximum depth 
    60    ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates 
    61    ppa2        =  999999.0               !  Double tanh function parameters 
    62    ppkth2      =  999999.0               ! 
    63    ppacr2      =  999999.0               ! 
     35   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
     36   ! 
     37   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     38   ! 
     39   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    6440/ 
    6541!----------------------------------------------------------------------- 
    6642&namcrs        !   Grid coarsening for dynamics output and/or 
    67                !   passive tracer coarsened online simulations 
     43!              !   passive tracer coarsened online simulations 
    6844!----------------------------------------------------------------------- 
    6945/ 
     
    8056   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    8157   !                       !     (also = the frequency of sea-ice model call) 
    82    ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    83    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     58   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
    8459   nn_ice      = 0         !  =0 no ice boundary condition   , 
    8560   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/GYRE/cpp_GYRE.fcm

    r5930 r7277  
    1  bld::tool::fppkeys key_zdftke key_iomput key_mpp_mpi 
     1 bld::tool::fppkeys key_zdftke key_iomput key_mpp_mpi key_nosignedzero key_mpp_rep 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r6140 r7277  
    2222&namcfg     !   parameters of the configuration    
    2323!----------------------------------------------------------------------- 
    24    cp_cfg      =  "gyre"                 !  name of the configuration 
    25    jp_cfg      =       1                 !  resolution of the configuration 
    26    jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    27    jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    28    jpkdta      =      31                 !  number of levels      ( >= jpk ) 
    29    jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta 
    30    jpjglo      =      22                 !  2nd    -                  -    --> j  = jpjdta 
    31    jpizoom     =       1                 !  left bottom (i,j) indices of the zoom 
    32    jpjzoom     =       1                 !  in data domain indices 
    33    jperio      =       0                 !  lateral cond. type (between 0 and 6) 
    34 / 
    35 &namzgr        !   vertical coordinate 
    36 !----------------------------------------------------------------------- 
    37    ln_zco      = .true.    !  z-coordinate - full    steps 
    38    ln_linssh   = .true.   !  linear free surface 
    39 / 
    40 !----------------------------------------------------------------------- 
    41 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    42 !----------------------------------------------------------------------- 
     24   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
     25      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     26   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    4327/ 
    4428!----------------------------------------------------------------------- 
    4529&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    4630!----------------------------------------------------------------------- 
    47    nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    48    rn_rdt      = 7200.     !  time step for the dynamics  
    49    jphgr_msh   =       5                 !  type of horizontal mesh 
    50    ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
    51    ppgphi0     =      29.0               ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    52    ppe1_deg    =  999999.0               !  zonal      grid-spacing (degrees) 
    53    ppe2_deg    =  999999.0               !  meridional grid-spacing (degrees) 
    54    ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees) 
    55    ppe2_m      =  999999.0               !  meridional grid-spacing (degrees) 
    56    ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients 
    57    ppa0        =     155.8325369664153   ! (default coefficients) 
    58    ppa1        =     146.3615918601890   ! 
    59    ppkth       =      17.28520372419791  ! 
    60    ppacr       =       5.0               ! 
    61    ppdzmin     =  999999.0               !  Minimum vertical spacing 
    62    pphmax      =  999999.0               !  Maximum depth 
    63    ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates 
    64    ppa2        =  999999.0               !  Double tanh function parameters 
    65    ppkth2      =  999999.0               ! 
    66    ppacr2      =  999999.0               ! 
     31   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
     32   ! 
     33   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     34   ! 
     35   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    6736/ 
    6837!----------------------------------------------------------------------- 
     
    8554   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    8655                           !     (also = the frequency of sea-ice model call) 
    87    ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    88    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     56   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
    8957   nn_ice      = 0         !  =0 no ice boundary condition   , 
    9058   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    9159   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    9260   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    93 / 
    94 !----------------------------------------------------------------------- 
    95 &namsbc_ana    !   analytical surface boundary condition 
    96 !----------------------------------------------------------------------- 
    97    nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps 
    98    rn_utau0    =   0.1e0   !  uniform value for the i-stress 
    9961/ 
    10062!----------------------------------------------------------------------- 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/GYRE_BFM/cpp_GYRE_BFM.fcm

    r5930 r7277  
    1 bld::tool::fppkeys key_zdftke key_top key_my_trc key_mpp_mpi key_iomput 
     1bld::tool::fppkeys key_zdftke key_top key_my_trc key_mpp_mpi key_iomput key_mpp_rep 
    22inc $BFMDIR/src/nemo/bfm.fcm 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg

    r6140 r7277  
    1515&namcfg     !   parameters of the configuration    
    1616!----------------------------------------------------------------------- 
    17    cp_cfg      =  "gyre"                 !  name of the configuration 
    18    jp_cfg      =       1                 !  resolution of the configuration 
    19    jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    20    jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    21    jpkdta      =      31                 !  number of levels      ( >= jpk ) 
    22    jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta 
    23    jpjglo      =      22                 !  2nd    -                  -    --> j  = jpjdta 
    24    jpizoom     =       1                 !  left bottom (i,j) indices of the zoom 
    25    jpjzoom     =       1                 !  in data domain indices 
    26    jperio      =       0                 !  lateral cond. type (between 0 and 6) 
    27 / 
    28 !----------------------------------------------------------------------- 
    29 &namzgr        !   vertical coordinate 
    30 !----------------------------------------------------------------------- 
    31    ln_zco      = .true.    !  z-coordinate - full    steps 
    32    ln_linssh   = .true.    !  linear free surface 
     17   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
     18      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     19   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    3320/ 
    3421!----------------------------------------------------------------------- 
    3522&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3623!----------------------------------------------------------------------- 
    37    nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    38    rn_rdt      = 7200.     !  time step for the dynamics  
    39    jphgr_msh   =       5                 !  type of horizontal mesh 
    40    ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
    41    ppgphi0     =      29.0               ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    42    ppe1_deg    =  999999.0               !  zonal      grid-spacing (degrees) 
    43    ppe2_deg    =  999999.0               !  meridional grid-spacing (degrees) 
    44    ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees) 
    45    ppe2_m      =  999999.0               !  meridional grid-spacing (degrees) 
    46    ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients 
    47    ppa0        =     155.8325369664153   ! (default coefficients) 
    48    ppa1        =     146.3615918601890   ! 
    49    ppkth       =      17.28520372419791  ! 
    50    ppacr       =       5.0               ! 
    51    ppdzmin     =  999999.0               !  Minimum vertical spacing 
    52    pphmax      =  999999.0               !  Maximum depth 
    53    ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates 
    54    ppa2        =  999999.0               !  Double tanh function parameters 
    55    ppkth2      =  999999.0               ! 
    56    ppacr2      =  999999.0               ! 
     24   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
     25   ! 
     26   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     27   ! 
     28   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    5729/ 
    5830!----------------------------------------------------------------------- 
     
    7345   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    7446                           !     (also = the frequency of sea-ice model call) 
    75    ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    76    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     47   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
    7748   nn_ice      = 0         !  =0 no ice boundary condition   , 
    7849   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/namelist_cfg

    r6140 r7277  
    1515&namcfg     !   parameters of the configuration    
    1616!----------------------------------------------------------------------- 
    17    cp_cfg      =  "gyre"                 !  name of the configuration 
    18    jp_cfg      =       1                 !  resolution of the configuration 
    19    jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    20    jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    21    jpkdta      =      31                 !  number of levels      ( >= jpk ) 
    22    jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta 
    23    jpjglo      =      22                 !  2nd    -                  -    --> j  = jpjdta 
    24    jpizoom     =       1                 !  left bottom (i,j) indices of the zoom 
    25    jpjzoom     =       1                 !  in data domain indices 
    26    jperio      =       0                 !  lateral cond. type (between 0 and 6) 
    27 / 
    28 !----------------------------------------------------------------------- 
    29 &namzgr        !   vertical coordinate 
    30 !----------------------------------------------------------------------- 
    31    ln_zco      = .true.    !  z-coordinate - full    steps 
    32    ln_linssh   = .true.    !  linear free surface 
    33 / 
    34 !----------------------------------------------------------------------- 
    35 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    36 !----------------------------------------------------------------------- 
     17   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
     18      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     19   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    3720/ 
    3821!----------------------------------------------------------------------- 
    3922&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    4023!----------------------------------------------------------------------- 
    41    nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    42    rn_rdt      = 7200.     !  time step for the dynamics  
    43 !   nn_baro     =   60      !  number of barotropic time step            ("key_dynspg_ts") 
    44    jphgr_msh   =       5                 !  type of horizontal mesh 
    45    ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
    46    ppgphi0     =      29.0               ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    47    ppe1_deg    =  999999.0               !  zonal      grid-spacing (degrees) 
    48    ppe2_deg    =  999999.0               !  meridional grid-spacing (degrees) 
    49    ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees) 
    50    ppe2_m      =  999999.0               !  meridional grid-spacing (degrees) 
    51    ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients 
    52    ppa0        =     155.8325369664153   ! (default coefficients) 
    53    ppa1        =     146.3615918601890   ! 
    54    ppkth       =      17.28520372419791  ! 
    55    ppacr       =       5.0               ! 
    56    ppdzmin     =  999999.0               !  Minimum vertical spacing 
    57    pphmax      =  999999.0               !  Maximum depth 
    58    ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates 
    59    ppa2        =  999999.0               !  Double tanh function parameters 
    60    ppkth2      =  999999.0               ! 
    61    ppacr2      =  999999.0               ! 
     24   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
     25   ! 
     26   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     27   ! 
     28   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    6229/ 
    6330!----------------------------------------------------------------------- 
     
    6936&namtsd    !   data : Temperature  & Salinity 
    7037!----------------------------------------------------------------------- 
    71    cn_dir        = './'      !  root directory for the location of the runoff files 
    72    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    73    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
     38   cn_dir        = './'    !  root directory for the location of the runoff files 
     39   ln_tsd_init   = .false. !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
     40   ln_tsd_tradmp = .false. !  damping of ocean T & S toward T &S input data (T) or not (F) 
    7441/ 
    7542!----------------------------------------------------------------------- 
     
    7845   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    7946                           !     (also = the frequency of sea-ice model call) 
    80    ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    81    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     47   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
    8248   nn_ice      = 0         !  =0 no ice boundary condition   , 
    8349   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg

    r6140 r7277  
    44!----------------------------------------------------------------------- 
    55&namrun        !   parameters of the run 
    6  nn_it000=1 
    76!----------------------------------------------------------------------- 
    87   cn_exp      = "Agulhas" !  experience name  
    9    nn_itend    =   10950 
     8   nn_it000    =       1   !  first time step 
     9   nn_itend    =   10950   !  last  time step 
    1010   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
    1111   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    12    ln_clobber  =  .true. 
     12   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    1313/ 
    1414!----------------------------------------------------------------------- 
    1515&namcfg        !   parameters of the configuration 
    1616!----------------------------------------------------------------------- 
    17    cp_cfg      =  "default"             !  name of the configuration 
    18    jp_cfg      =      -1               !  resolution of the configuration 
    19    jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
    20    jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
    21    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    22    jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
    23    jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
    24    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    25    jpjzoom     =       1               !  in data domain indices 
    26    jperio      =       0               !  lateral cond. type (between 0 and 6) 
     17   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     18      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     19      cn_domcfg = "AGRIF_AGULHAS_domain_cfg"    ! domain configuration filename 
    2720/ 
    2821!----------------------------------------------------------------------- 
     
    3023!----------------------------------------------------------------------- 
    3124   ln_zps      = .true.    !  z-coordinate - partial steps 
    32    ln_linssh   = .true.    !  linear free surface 
    3325/ 
    3426!----------------------------------------------------------------------- 
    3527&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3628!-----------------------------------------------------------------------   
    37    jphgr_msh   =       0               !  type of horizontal mesh 
    38    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    39    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    40    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    41    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    42    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    43    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    44    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    45    ppa0        =     255.58049070440   ! (default coefficients) 
    46    ppa1        =     245.58132232490   ! 
    47    ppkth       =      21.43336197938   ! 
    48    ppacr       =       3.0             ! 
    49    ppdzmin     =  999999.              !  Minimum vertical spacing 
    50    pphmax      =  999999.              !  Maximum depth 
    51    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    52    ppa2        =  999999.              !  Double tanh function parameters 
    53    ppkth2      =  999999.              ! 
    54    ppacr2      =  999999.              ! 
     29   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     30   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     31   ! 
    5532   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
    5633/ 
     
    6744&namsbc        !   Surface Boundary Condition (surface module) 
    6845!----------------------------------------------------------------------- 
     46   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    6947   nn_ice      = 0         !  =0 no ice boundary condition   , 
    7048                           !  =1 use observed ice-cover      , 
     
    194172   ln_dynvor_mix = .false. !  mixed scheme 
    195173   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    196       nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     174      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    197175/ 
    198176!----------------------------------------------------------------------- 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg

    r6140 r7277  
    99   cn_exp      =  "ORCA2"  !  experience name 
    1010   nn_it000    =       1   !  first time step 
    11    nn_itend    =     300   !  last  time step (std 5475) 
    12 / 
    13 !----------------------------------------------------------------------- 
    14 &namcfg        !   parameters of the configuration 
    15 !----------------------------------------------------------------------- 
    16    cp_cfg      =  "orca"               !  name of the configuration 
    17    jp_cfg      =       2               !  resolution of the configuration 
    18    jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
    19    jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
    20    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    21    jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
    22    jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
    23    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    24    jpjzoom     =       1               !  in data domain indices 
    25    jperio      =       4               !  lateral cond. type (between 0 and 6) 
     11   nn_itend    =    5475   !  last  time step (std 5475) 
     12/ 
     13!----------------------------------------------------------------------- 
     14&namcfg     !   parameters of the configuration 
     15!----------------------------------------------------------------------- 
     16   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     17      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     18      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    2619/ 
    2720!----------------------------------------------------------------------- 
     
    2922!----------------------------------------------------------------------- 
    3023   ln_zps      = .true.    !  z-coordinate - partial steps 
    31    ln_linssh   = .true.    !  linear free surface 
    3224/ 
    3325!----------------------------------------------------------------------- 
    3426&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3527!----------------------------------------------------------------------- 
    36    jphgr_msh   =       0               !  type of horizontal mesh 
    37    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    38    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    39    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    40    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    41    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    42    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    43    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    44    ppa0        =     255.58049070440   ! (default coefficients) 
    45    ppa1        =     245.58132232490   ! 
    46    ppkth       =      21.43336197938   ! 
    47    ppacr       =       3.0             ! 
    48    ppdzmin     =  999999.              !  Minimum vertical spacing 
    49    pphmax      =  999999.              !  Maximum depth 
    50    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    51    ppa2        =  999999.              !  Double tanh function parameters 
    52    ppkth2      =  999999.              ! 
    53    ppacr2      =  999999.              ! 
     28   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     29   ! 
     30   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     31   ! 
    5432/ 
    5533!----------------------------------------------------------------------- 
     
    6543&namsbc        !   Surface Boundary Condition (surface module) 
    6644!----------------------------------------------------------------------- 
     45   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    6746/ 
    6847!----------------------------------------------------------------------- 
     
    133112   ln_traldf_lev   =  .false.  !  iso-level 
    134113   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    135    ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
    136    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     114   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
     115   ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
    137116   ! 
    138117   !                       !  iso-neutral options:         
     
    146125   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
    147126   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    148    !                                !   =  0           constant 
    149    !                                !   = 10 F(k)      =ldf_c1d 
    150    !                                !   = 20 F(i,j)    =ldf_c2d 
     127   !                                !   =  0           constant  
     128   !                                !   = 10 F(k)      =ldf_c1d  
     129   !                                !   = 20 F(i,j)    =ldf_c2d  
    151130   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    152131   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     
    163142   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient 
    164143   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    165    !                                !   =  0           constant 
    166    !                                !   = 10 F(k)      =ldf_c1d 
    167    !                                !   = 20 F(i,j)    =ldf_c2d 
     144   !                                !   =  0           constant  
     145   !                                !   = 10 F(k)      =ldf_c1d  
     146   !                                !   = 20 F(i,j)    =ldf_c2d  
    168147   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    169148   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    170149/ 
    171150!----------------------------------------------------------------------- 
    172 &namtra_dmp    !   tracer: T & S newtonian damping 
    173 !----------------------------------------------------------------------- 
    174 / 
     151&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
     152!----------------------------------------------------------------------- 
    175153!----------------------------------------------------------------------- 
    176154&namdyn_adv    !   formulation of the momentum advection 
     
    189167&namdyn_hpg    !   Hydrostatic pressure gradient option 
    190168!----------------------------------------------------------------------- 
    191 / 
    192 !----------------------------------------------------------------------- 
    193 &namdyn_spg    !   Surface pressure gradient 
    194 !----------------------------------------------------------------------- 
    195    ln_dynspg_ts = .true.   !  Split-explicit free surface 
     169   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
     170/ 
     171!----------------------------------------------------------------------- 
     172&namdyn_spg    !   surface pressure gradient 
     173!----------------------------------------------------------------------- 
     174   ln_dynspg_ts  = .true.  !  split-explicit free surface 
    196175/ 
    197176!----------------------------------------------------------------------- 
     
    218197   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    219198   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
     199   ! 
     200   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    220201/ 
    221202!----------------------------------------------------------------------- 
     
    248229/ 
    249230!----------------------------------------------------------------------- 
    250 &namhsb       !  Heat and salt budgets 
    251 !----------------------------------------------------------------------- 
    252 / 
    253 !----------------------------------------------------------------------- 
    254 &namobs       !  observation usage 
     231&namhsb       !  Heat and salt budgets                                  (default F) 
     232!----------------------------------------------------------------------- 
     233/ 
     234!----------------------------------------------------------------------- 
     235&namobs       !  observation usage                                      ('key_diaobs') 
    255236!----------------------------------------------------------------------- 
    256237/ 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/1_namelist_cfg

    r6140 r7277  
    66!----------------------------------------------------------------------- 
    77   cn_exp      = "Agulhas" !  experience name  
    8    nn_itend    =     480   !  last  time step 
     8   nn_it000    =       1   !  first time step 
     9   nn_itend    =   10950   !  last  time step 
    910   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
    1011   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     
    1415&namcfg        !   parameters of the configuration 
    1516!----------------------------------------------------------------------- 
    16    cp_cfg      =  "default"             !  name of the configuration 
    17    jp_cfg      =      -1               !  resolution of the configuration 
    18    jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
    19    jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
    20    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    21    jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
    22    jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
    23    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    24    jpjzoom     =       1               !  in data domain indices 
    25    jperio      =       0               !  lateral cond. type (between 0 and 6) 
     17   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     18      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     19      cn_domcfg = "AGRIF_AGULHAS_domain_cfg"    ! domain configuration filename 
    2620/ 
    2721!----------------------------------------------------------------------- 
     
    3327&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3428!-----------------------------------------------------------------------   
    35    jphgr_msh   =       0               !  type of horizontal mesh 
    36    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    37    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    38    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    39    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    40    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    41    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    42    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    43    ppa0        =     255.58049070440   ! (default coefficients) 
    44    ppa1        =     245.58132232490   ! 
    45    ppkth       =      21.43336197938   ! 
    46    ppacr       =       3.0             ! 
    47    ppdzmin     =  999999.              !  Minimum vertical spacing 
    48    pphmax      =  999999.              !  Maximum depth 
    49    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    50    ppa2        =  999999.              !  Double tanh function parameters 
    51    ppkth2      =  999999.              ! 
    52    ppacr2      =  999999.              ! 
     29   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     30   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     31   ! 
    5332   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
     33   ! 
    5434/ 
    5535!----------------------------------------------------------------------- 
     
    6545&namsbc        !   Surface Boundary Condition (surface module) 
    6646!----------------------------------------------------------------------- 
     47   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    6748   nn_ice      = 0         !  =0 no ice boundary condition   , 
    6849                           !  =1 use observed ice-cover      , 
     
    193174   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    194175      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    195    ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
    196176/ 
    197177!----------------------------------------------------------------------- 
     
    216196   ln_dynldf_iso =  .false.    !  iso-neutral 
    217197   !                       !  Coefficient 
    218    nn_ahm_ijk_t  = 20          !  space/time variation of eddy coef 
     198   nn_ahm_ijk_t  =  0          !  space/time variation of eddy coef 
    219199   !                                !  =-30  read in eddy_viscosity_3D.nc file 
    220200   !                                !  =-20  read in eddy_viscosity_2D.nc file 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r6140 r7277  
    99   cn_exp      =  "ORCA2"  !  experience name 
    1010   nn_it000    =       1   !  first time step 
    11    nn_itend    =     300   !  last  time step (std 5475) 
    12 / 
    13 !----------------------------------------------------------------------- 
    14 &namcfg        !   parameters of the configuration 
    15 !----------------------------------------------------------------------- 
    16    cp_cfg      =  "orca"               !  name of the configuration 
    17    jp_cfg      =       2               !  resolution of the configuration 
    18    jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
    19    jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
    20    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    21    jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
    22    jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
    23    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    24    jpjzoom     =       1               !  in data domain indices 
    25    jperio      =       4               !  lateral cond. type (between 0 and 6) 
     11   nn_itend    =    5475   !  last  time step (std 5475) 
     12/ 
     13!----------------------------------------------------------------------- 
     14&namcfg     !   parameters of the configuration 
     15!----------------------------------------------------------------------- 
     16   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     17      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     18      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    2619/ 
    2720!----------------------------------------------------------------------- 
     
    3326&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3427!----------------------------------------------------------------------- 
    35    jphgr_msh   =       0               !  type of horizontal mesh 
    36    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    37    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    38    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    39    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    40    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    41    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    42    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    43    ppa0        =     255.58049070440   ! (default coefficients) 
    44    ppa1        =     245.58132232490   ! 
    45    ppkth       =      21.43336197938   ! 
    46    ppacr       =       3.0             ! 
    47    ppdzmin     =  999999.              !  Minimum vertical spacing 
    48    pphmax      =  999999.              !  Maximum depth 
    49    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    50    ppa2        =  999999.              !  Double tanh function parameters 
    51    ppkth2      =  999999.              ! 
    52    ppacr2      =  999999.              ! 
     28   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     29   ! 
     30   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     31   ! 
    5332/ 
    5433!----------------------------------------------------------------------- 
     
    6443&namsbc        !   Surface Boundary Condition (surface module) 
    6544!----------------------------------------------------------------------- 
     45   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    6646/ 
    6747!----------------------------------------------------------------------- 
     
    8868&namberg       !   iceberg parameters 
    8969!----------------------------------------------------------------------- 
     70      ln_icebergs              = .true.               ! iceberg floats or not 
     71      ln_bergdia               = .true.               ! Calculate budgets 
     72      nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0 
     73      nn_verbose_write         = 15                   ! Timesteps between verbose messages 
     74      nn_sample_rate           = 1                    ! Timesteps between sampling for trajectory storage 
     75                                                      ! Initial mass required for an iceberg of each class 
     76      rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
     77                                                      ! Proportion of calving mass to apportion to each class 
     78      rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
     79                                                      ! Ratio between effective and real iceberg mass (non-dim) 
     80                                                      ! i.e. number of icebergs represented at a point 
     81      rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
     82                                                      ! thickness of newly calved bergs (m) 
     83      rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 
     84      rn_rho_bergs             = 850.                 ! Density of icebergs 
     85      rn_LoW_ratio             = 1.5                  ! Initial ratio L/W for newly calved icebergs 
     86      ln_operator_splitting    = .true.               ! Use first order operator splitting for thermodynamics 
     87      rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
     88      rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
     89      ln_passive_mode          = .false.              ! iceberg - ocean decoupling 
     90      nn_test_icebergs         = -1                   ! Create test icebergs of this class (-1 = no) 
     91                                                      ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
     92      rn_test_box              = 108.0,  116.0, -66.0, -58.0 
     93      rn_speed_limit           = 0.                   ! CFL speed limit for a berg 
     94 
     95!            ! file name ! frequency (hours) !   variable   ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     96!            !           !  (if <0  months)  !     name     !  (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     97      sn_icb =  'calving',       -1          , 'calving'    ,   .true.    , .true.  , 'yearly'  ,    ''    ,    ''    ,     '' 
     98 
     99      cn_dir = './' 
    90100/ 
    91101!----------------------------------------------------------------------- 
     
    169179/ 
    170180!----------------------------------------------------------------------- 
    171 &namtra_dmp    !   tracer: T & S newtonian damping 
     181&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    172182!----------------------------------------------------------------------- 
    173183/ 
     
    188198&namdyn_hpg    !   Hydrostatic pressure gradient option 
    189199!----------------------------------------------------------------------- 
    190    ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
    191    ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
     200   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
    192201/ 
    193202!----------------------------------------------------------------------- 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/1_namelist_cfg

    r6140 r7277  
    116116   nn_fsbc     = 5         !  frequency of surface boundary condition computation  
    117117                           !     (also = the frequency of sea-ice model call) 
    118    ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana )  
    119    ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
    120    ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)  
    121118   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)  
    122    ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
    123    ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    124119   nn_ice      = 0         !  =0 no ice boundary condition   , 
    125120                           !  =1 use observed ice-cover      , 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_cfg

    r6140 r7277  
    1717&namcfg        !   parameters of the configuration 
    1818!----------------------------------------------------------------------- 
    19    cp_cfg      =  "orca"               !  name of the configuration 
    20    jp_cfg      =       2               !  resolution of the configuration 
    21    jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
    22    jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
    23    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    24    jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
    25    jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
    26    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    27    jpjzoom     =       1               !  in data domain indices 
    28    jperio      =       4               !  lateral cond. type (between 0 and 6) 
     19   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     20      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     21      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    2922/ 
    3023!----------------------------------------------------------------------- 
     
    4942&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    5043!----------------------------------------------------------------------- 
    51    jphgr_msh   =       0               !  type of horizontal mesh 
    52    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    53    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    54    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    55    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    56    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    57    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    5844   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    5945   ppa0        =     255.58049070440   ! (default coefficients) 
     
    8470&namsbc        !   Surface Boundary Condition (surface module) 
    8571!----------------------------------------------------------------------- 
    86 / 
    87 !----------------------------------------------------------------------- 
    88 &namsbc_ana    !   analytical surface boundary condition 
    89 !----------------------------------------------------------------------- 
     72   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    9073/ 
    9174!----------------------------------------------------------------------- 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_cfg

    r6140 r7277  
    66&namrun        !   parameters of the run 
    77!----------------------------------------------------------------------- 
    8 / 
    9 !----------------------------------------------------------------------- 
    10 &namcfg        !   parameters of the configuration 
    11 !----------------------------------------------------------------------- 
    12    cp_cfg      =  "orca"               !  name of the configuration 
    13    jp_cfg      =       2               !  resolution of the configuration 
    14    jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
    15    jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
    16    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    17    jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
    18    jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
    19    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    20    jpjzoom     =       1               !  in data domain indices 
    21    jperio      =       4               !  lateral cond. type (between 0 and 6) 
     8   nn_no       =       0       !  job number (no more used...) 
     9   cn_exp      =  "ORCA2_PIS"  !  experience name 
     10   nn_it000    =       1       !  first time step 
     11   nn_itend    =    5475       !  last  time step (std 5475) 
     12/ 
     13!----------------------------------------------------------------------- 
     14&namcfg     !   parameters of the configuration 
     15!----------------------------------------------------------------------- 
     16   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     17      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     18      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    2219/ 
    2320!----------------------------------------------------------------------- 
     
    2522!----------------------------------------------------------------------- 
    2623   ln_zps      = .true.    !  z-coordinate - partial steps 
    27    ln_linssh   = .true.    !  linear free surface 
    2824/ 
    2925!----------------------------------------------------------------------- 
    3026&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3127!----------------------------------------------------------------------- 
    32    jphgr_msh   =       0               !  type of horizontal mesh 
    33    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    34    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    35    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    36    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    37    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    38    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    39    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    40    ppa0        =     255.58049070440   ! (default coefficients) 
    41    ppa1        =     245.58132232490   ! 
    42    ppkth       =      21.43336197938   ! 
    43    ppacr       =       3.0             ! 
    44    ppdzmin     =  999999.              !  Minimum vertical spacing 
    45    pphmax      =  999999.              !  Maximum depth 
    46    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    47    ppa2        =  999999.              !  Double tanh function parameters 
    48    ppkth2      =  999999.              ! 
    49    ppacr2      =  999999.              ! 
     28   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     29   ! 
     30   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     31   ! 
    5032/ 
    5133!----------------------------------------------------------------------- 
     
    6143&namsbc        !   Surface Boundary Condition (surface module) 
    6244!----------------------------------------------------------------------- 
     45   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    6346/ 
    6447!----------------------------------------------------------------------- 
     
    129112   ln_traldf_lev   =  .false.  !  iso-level 
    130113   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    131    ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
    132    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     114   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
     115   ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
    133116   ! 
    134117   !                       !  iso-neutral options:         
     
    166149/ 
    167150!----------------------------------------------------------------------- 
    168 &namtra_dmp    !   tracer: T & S newtonian damping 
     151&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    169152!----------------------------------------------------------------------- 
    170153/ 
     
    185168&namdyn_hpg    !   Hydrostatic pressure gradient option 
    186169!----------------------------------------------------------------------- 
     170  ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
    187171/ 
    188172!----------------------------------------------------------------------- 
     
    214198   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    215199   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
     200   ! 
     201   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    216202/ 
    217203!----------------------------------------------------------------------- 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg

    r6140 r7277  
    1313&namcfg        !   parameters of the configuration 
    1414!----------------------------------------------------------------------- 
    15    cp_cfg      =  "orca"               !  name of the configuration 
    16    jp_cfg      =       2               !  resolution of the configuration 
    17    jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
    18    jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
    19    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    20    jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
    21    jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
    22    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    23    jpjzoom     =       1               !  in data domain indices 
    24    jperio      =       4               !  lateral cond. type (between 0 and 6) 
     15   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     16      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     17      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    2518/ 
    2619!----------------------------------------------------------------------- 
     
    2821!----------------------------------------------------------------------- 
    2922   ln_zps      = .true.    !  z-coordinate - partial steps 
    30    ln_linssh   = .true.    !  linear free surface 
    3123/ 
    3224!----------------------------------------------------------------------- 
    3325&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3426!----------------------------------------------------------------------- 
    35    nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
    36    rn_rdt      = 21600.    !  time step for the dynamics  
    37    jphgr_msh   =       0               !  type of horizontal mesh 
    38    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    39    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    40    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    41    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    42    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    43    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    44    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    45    ppa0        =     255.58049070440   ! (default coefficients) 
    46    ppa1        =     245.58132232490   ! 
    47    ppkth       =      21.43336197938   ! 
    48    ppacr       =       3.0             ! 
    49    ppdzmin     =  999999.              !  Minimum vertical spacing 
    50    pphmax      =  999999.              !  Maximum depth 
    51    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    52    ppa2        =  999999.              !  Double tanh function parameters 
    53    ppkth2      =  999999.              ! 
    54    ppacr2      =  999999.              ! 
     27   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     28   ! 
     29   rn_rdt      = 21600.     !  time step for the dynamics (and tracer if nn_acc=0) 
     30/ 
     31!----------------------------------------------------------------------- 
     32&namlbc        !   lateral momentum boundary condition 
     33!----------------------------------------------------------------------- 
     34   !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
     35   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     36   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs. 
    5537/ 
    5638!----------------------------------------------------------------------- 
     
    6749!----------------------------------------------------------------------- 
    6850   nn_fsbc     = 1         !  frequency of surface boundary condition computation  
     51   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    6952   ln_rnf      = .false.   !  runoffs 
    7053   ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
     
    136119!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    137120!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     121!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     122!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    138123   sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    139124   sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
     
    144129   sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    145130   sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    146    sn_uwd  = 'dyna_grid_U' ,    120            , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    147    sn_vwd  = 'dyna_grid_V' ,    120            , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    148    sn_wwd  = 'dyna_grid_W' ,    120            , 'vovecrtz' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
     131   sn_uwd  = 'dyna_grid_U' ,    120            , 'uocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
     132   sn_vwd  = 'dyna_grid_V' ,    120            , 'vocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
     133   sn_wwd  = 'dyna_grid_W' ,    120            , 'wocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    149134   sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    150135   sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    151136   sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    152137! 
    153    cn_dir      = './'      !  root directory for the location of the dynamical files 
    154    ln_dynwzv   =  .true.   !  computation of vertical velocity instead of using the one read in file 
    155    ln_dynbbl   =  .true.   !  bbl coef are in files, so read them - requires ("key_trabbl") 
     138   cn_dir          = './'       !  root directory for the location of the dynamical files 
     139   ln_dynrnf       =  .false.   !  runoffs option enabled (T) or not (F) 
     140   ln_dynrnf_depth =  .false.   ! runoffs is spread in vertical (T) or not (F) 
     141!   fwbcorr      = 3.786e-06    ! annual global mean of empmr for ssh correction 
    156142/ 
    157143!----------------------------------------------------------------------- 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_top_cfg

    r6140 r7277  
    55&namtrc_run     !   run information 
    66!----------------------------------------------------------------------- 
    7    nn_writetrc   =  1460     !  time step frequency for sn_tracer outputs 
    87/ 
    98!----------------------------------------------------------------------- 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00/namelist_cfg

    r6140 r7277  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  :  Configuration namelist used to overwrite namelist_ref 
     2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4! 
    45!----------------------------------------------------------------------- 
    56&namrun        !   parameters of the run 
    67!----------------------------------------------------------------------- 
    7    cn_exp      =  "ORCA2_SAS"  !  experience name  
    8    nn_it000    =       1       !  first time step 
    9    nn_itend    =     100       !  last  time step (std 5475) 
    10 / 
    11 !----------------------------------------------------------------------- 
    12 &namcfg        !   parameters of the configuration 
    13 !----------------------------------------------------------------------- 
    14    cp_cfg      =  "orca"               !  name of the configuration 
    15    jp_cfg      =       2               !  resolution of the configuration 
    16    jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
    17    jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
    18    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    19    jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
    20    jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
    21    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    22    jpjzoom     =       1               !  in data domain indices 
    23    jperio      =       4               !  lateral cond. type (between 0 and 6) 
     8   nn_no       =       0   !  job number (no more used...) 
     9   cn_exp      =  "ORCA2_SAS"  !  experience name 
     10   nn_it000    =       1   !  first time step 
     11   nn_itend    =     100   !  last  time step (std 5475) 
     12/ 
     13!----------------------------------------------------------------------- 
     14&namcfg     !   parameters of the configuration 
     15!----------------------------------------------------------------------- 
     16   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     17      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     18      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    2419/ 
    2520!----------------------------------------------------------------------- 
    2621&namzgr        !   vertical coordinate 
    2722!----------------------------------------------------------------------- 
    28    ln_zco      = .true.    !  z-coordinate - full    steps 
    29    ln_linssh   = .true.    !  linear free surface 
     23   ln_zps      = .true.    !  z-coordinate - partial steps 
    3024/ 
    3125!----------------------------------------------------------------------- 
    3226&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3327!----------------------------------------------------------------------- 
    34    jphgr_msh   =       0               !  type of horizontal mesh 
    35    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    36    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    37    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    38    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    39    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    40    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    41    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    42    ppa0        =     255.58049070440   ! (default coefficients) 
    43    ppa1        =     245.58132232490   ! 
    44    ppkth       =      21.43336197938   ! 
    45    ppacr       =       3.0             ! 
    46    ppdzmin     =  999999.              !  Minimum vertical spacing 
    47    pphmax      =  999999.              !  Maximum depth 
    48    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    49    ppa2        =  999999.              !  Double tanh function parameters 
    50    ppkth2      =  999999.              ! 
    51    ppacr2      =  999999.              ! 
     28   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     29   ! 
     30   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     31   ! 
    5232/ 
    5333!----------------------------------------------------------------------- 
     
    5737/ 
    5838!----------------------------------------------------------------------- 
     39&namtsd    !   data : Temperature  & Salinity 
     40!----------------------------------------------------------------------- 
     41/ 
     42!----------------------------------------------------------------------- 
     43&namsbc        !   Surface Boundary Condition (surface module) 
     44!----------------------------------------------------------------------- 
     45   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
     46/ 
     47!----------------------------------------------------------------------- 
     48&namsbc_core   !   namsbc_core  CORE bulk formulae 
     49!----------------------------------------------------------------------- 
     50/ 
     51!----------------------------------------------------------------------- 
     52&namtra_qsr    !   penetrative solar radiation 
     53!----------------------------------------------------------------------- 
     54/ 
     55!----------------------------------------------------------------------- 
     56&namsbc_rnf    !   runoffs namelist surface boundary condition 
     57!----------------------------------------------------------------------- 
     58/ 
     59!----------------------------------------------------------------------- 
     60&namsbc_ssr    !   surface boundary condition : sea surface restoring 
     61!----------------------------------------------------------------------- 
     62/ 
     63!----------------------------------------------------------------------- 
     64&namsbc_alb    !   albedo parameters 
     65!----------------------------------------------------------------------- 
     66/ 
     67!----------------------------------------------------------------------- 
     68&namberg       !   iceberg parameters 
     69!----------------------------------------------------------------------- 
     70/ 
     71!----------------------------------------------------------------------- 
     72&namlbc        !   lateral momentum boundary condition 
     73!----------------------------------------------------------------------- 
     74/ 
     75!----------------------------------------------------------------------- 
     76&nambfr        !   bottom friction 
     77!----------------------------------------------------------------------- 
     78/ 
     79!----------------------------------------------------------------------- 
     80&nambbc        !   bottom temperature boundary condition                (default: NO) 
     81!----------------------------------------------------------------------- 
     82   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     83/ 
     84!----------------------------------------------------------------------- 
     85&nambbl        !   bottom boundary layer scheme 
     86!----------------------------------------------------------------------- 
     87/ 
     88!----------------------------------------------------------------------- 
     89&nameos        !   ocean physical parameters 
     90!----------------------------------------------------------------------- 
     91/ 
     92!----------------------------------------------------------------------- 
     93&namtra_adv    !   advection scheme for tracer 
     94!----------------------------------------------------------------------- 
     95   ln_traadv_fct =  .true.    !  FCT scheme 
     96      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     97      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     98      nn_fct_zts =  0               !  > 1 , 2nd order FCT scheme with vertical sub-timestepping 
     99      !                             !        (number of sub-timestep = nn_fct_zts) 
     100/ 
     101!----------------------------------------------------------------------- 
     102&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
     103!----------------------------------------------------------------------- 
     104/ 
     105!---------------------------------------------------------------------------------- 
     106&namtra_ldf    !   lateral diffusion scheme for tracers 
     107!---------------------------------------------------------------------------------- 
     108   !                       !  Operator type: 
     109   ln_traldf_lap   =  .true.   !    laplacian operator 
     110   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     111   !                       !  Direction of action: 
     112   ln_traldf_lev   =  .false.  !  iso-level 
     113   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     114   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
     115   ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
     116   ! 
     117   !                       !  iso-neutral options:         
     118   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     119   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     120   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     121   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     122   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     123   ! 
     124   !                       !  Coefficients: 
     125   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
     126   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     127   !                                !   =  0           constant  
     128   !                                !   = 10 F(k)      =ldf_c1d  
     129   !                                !   = 20 F(i,j)    =ldf_c2d  
     130   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     131   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     132   !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     133   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     134   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     135/ 
     136!---------------------------------------------------------------------------------- 
     137&namtra_ldfeiv !   eddy induced velocity param. 
     138!---------------------------------------------------------------------------------- 
     139   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
     140   ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities 
     141   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
     142   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient 
     143   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     144   !                                !   =  0           constant  
     145   !                                !   = 10 F(k)      =ldf_c1d  
     146   !                                !   = 20 F(i,j)    =ldf_c2d  
     147   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     148   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     149/ 
     150!----------------------------------------------------------------------- 
     151&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
     152!----------------------------------------------------------------------- 
     153!----------------------------------------------------------------------- 
     154&namdyn_adv    !   formulation of the momentum advection 
     155!----------------------------------------------------------------------- 
     156/ 
     157!----------------------------------------------------------------------- 
     158&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
     159!----------------------------------------------------------------------- 
     160   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     161   ln_dynvor_ens = .false. !  energy conserving scheme 
     162   ln_dynvor_mix = .false. !  mixed scheme 
     163   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
     164      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     165/ 
     166!----------------------------------------------------------------------- 
     167&namdyn_hpg    !   Hydrostatic pressure gradient option 
     168!----------------------------------------------------------------------- 
     169/ 
     170!----------------------------------------------------------------------- 
     171&namdyn_spg    !   surface pressure gradient 
     172!----------------------------------------------------------------------- 
     173   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     174/ 
     175!----------------------------------------------------------------------- 
     176&namdyn_ldf    !   lateral diffusion on momentum 
     177!----------------------------------------------------------------------- 
     178   !                       !  Type of the operator : 
     179   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     180   ln_dynldf_lap =  .true.     !    laplacian operator 
     181   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     182   !                       !  Direction of action  : 
     183   ln_dynldf_lev =  .true.     !  iso-level 
     184   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     185   ln_dynldf_iso =  .false.    !  iso-neutral 
     186   !                       !  Coefficient 
     187   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef 
     188   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     189   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     190   !                                !  =  0  constant  
     191   !                                !  = 10  F(k)=c1d 
     192   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     193   !                                !  = 30  F(i,j,k)=c2d*c1d 
     194   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     195   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     196   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     197   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
     198   ! 
     199   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
     200/ 
     201!----------------------------------------------------------------------- 
     202&namzdf        !   vertical physics 
     203!----------------------------------------------------------------------- 
     204/ 
     205!----------------------------------------------------------------------- 
     206&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
     207!----------------------------------------------------------------------- 
     208/ 
     209!----------------------------------------------------------------------- 
     210&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm") 
     211!----------------------------------------------------------------------- 
     212/ 
     213!----------------------------------------------------------------------- 
     214&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx") 
     215!----------------------------------------------------------------------- 
     216/ 
     217!----------------------------------------------------------------------- 
     218&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
     219!----------------------------------------------------------------------- 
     220/ 
     221!----------------------------------------------------------------------- 
    59222&namctl        !   Control prints & Benchmark 
    60223!----------------------------------------------------------------------- 
    61224/ 
    62225!----------------------------------------------------------------------- 
    63 &namsbc        !   Surface Boundary Condition (surface module) 
    64 !----------------------------------------------------------------------- 
    65 / 
    66 !----------------------------------------------------------------------- 
    67 &namsbc_sas    !   analytical surface boundary condition 
    68 !----------------------------------------------------------------------- 
    69 /       
    70 !----------------------------------------------------------------------- 
    71 &namsbc_core   !   namsbc_core  CORE bulk formulae 
    72 !----------------------------------------------------------------------- 
    73 / 
    74 !----------------------------------------------------------------------- 
    75 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
    76 !----------------------------------------------------------------------- 
    77 /       
    78 !----------------------------------------------------------------------- 
    79 &namsbc_alb    !   albedo parameters 
    80 !----------------------------------------------------------------------- 
    81 / 
    82 !----------------------------------------------------------------------- 
    83 &namlbc        !   lateral momentum boundary condition 
    84 !----------------------------------------------------------------------- 
    85 / 
    86 !----------------------------------------------------------------------- 
    87 &nameos        !   ocean physical parameters 
    88 !----------------------------------------------------------------------- 
    89 / 
    90 !----------------------------------------------------------------------- 
    91 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    92 !----------------------------------------------------------------------- 
    93 / 
     226&namptr       !   Poleward Transport Diagnostic 
     227!----------------------------------------------------------------------- 
     228/ 
     229!----------------------------------------------------------------------- 
     230&namhsb       !  Heat and salt budgets                                  (default F) 
     231!----------------------------------------------------------------------- 
     232/ 
     233!----------------------------------------------------------------------- 
     234&namobs       !  observation usage                                      ('key_diaobs') 
     235!----------------------------------------------------------------------- 
     236/ 
     237!----------------------------------------------------------------------- 
     238&nam_asminc   !   assimilation increments                               ('key_asminc') 
     239!----------------------------------------------------------------------- 
     240/ 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_SAS_LIM/cpp_ORCA2_SAS_LIM.fcm

    r6140 r7277  
    1  bld::tool::fppkeys key_trabbl key_lim2  key_zdftke key_zdfddm key_zdftmx key_iomput key_mpp_mpi 
     1 bld::tool::fppkeys key_trabbl key_lim2  key_zdftke key_zdfddm key_zdftmx key_iomput key_mpp_mpi key_mpp_rep 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/SHARED/namelist_ref

    r6152 r7277  
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!! NEMO/OPA  :  1 - run manager      (namrun) 
    5 !! namelists    2 - Domain           (namcfg, namzgr, namzgr_sco, namdom, namtsd) 
    6 !!              3 - Surface boundary (namsbc, namsbc_ana, namsbc_flx, namsbc_clio, namsbc_core, namsbc_sas 
     5!! namelists    2 - Domain           (namcfg, namzgr, namdom, namtsd) 
     6!!              3 - Surface boundary (namsbc, namsbc_flx, namsbc_clio, namsbc_core, namsbc_sas 
    77!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
    88!!                                    namsbc_apr, namsbc_ssr, namsbc_alb, namsbc_wave) 
     
    6060!!   namcfg       parameters of the configuration 
    6161!!   namzgr       vertical coordinate 
    62 !!   namzgr_sco   s-coordinate or hybrid z-s-coordinate 
    6362!!   namdom       space and time domain (bathymetry, mesh, timestep) 
    6463!!   namcrs       coarsened grid (for outputs and/or TOP)               ("key_crs") 
     
    7271&namcfg        !   parameters of the configuration 
    7372!----------------------------------------------------------------------- 
    74    cp_cfg      = "default" !  name of the configuration 
    75    cp_cfz      = "no zoom" !  name of the zoom of configuration 
    76    jp_cfg      =      0    !  resolution of the configuration 
    77    jpidta      =     10    !  1st lateral dimension ( >= jpi ) 
    78    jpjdta      =     12    !  2nd    "         "    ( >= jpj ) 
    79    jpkdta      =     31    !  number of levels      ( >= jpk ) 
    80    jpiglo      =     10    !  1st dimension of global domain --> i =jpidta 
    81    jpjglo      =     12    !  2nd    -                  -    --> j =jpjdta 
    82    jpizoom     =      1    !  left bottom (i,j) indices of the zoom 
    83    jpjzoom     =      1    !  in data domain indices 
    84    jperio      =      0    !  lateral cond. type (between 0 and 6) 
    85                                  !  = 0 closed                 ;   = 1 cyclic East-West 
    86                                  !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot 
    87                                  !  = 4 cyclic East-West AND North fold T-point pivot 
    88                                  !  = 5 North fold F-point pivot 
    89                                  !  = 6 cyclic East-West AND North fold F-point pivot 
     73   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
     74      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     75      cn_domcfg = "domain_cfg"         ! domain configuration filename 
     76      ! 
     77   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
     78      cn_domcfg_out = "domain_cfg_out" ! newly created domain configuration filename 
     79      ! 
    9080   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
    91                            !  in netcdf input files, as the start j-row for reading 
    92 / 
    93 !----------------------------------------------------------------------- 
    94 &namzgr        !   vertical coordinate                                  (default: NO selection) 
    95 !----------------------------------------------------------------------- 
    96    ln_zco      = .false.   !  z-coordinate - full    steps 
    97    ln_zps      = .false.   !  z-coordinate - partial steps 
    98    ln_sco      = .false.   !  s- or hybrid z-s-coordinate 
    99    ln_isfcav   = .false.   !  ice shelf cavity 
    100    ln_linssh   = .false.   !  linear free surface 
    101 / 
    102 !----------------------------------------------------------------------- 
    103 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    104 !----------------------------------------------------------------------- 
    105    ln_s_sh94   = .false.    !  Song & Haidvogel 1994 hybrid S-sigma   (T)| 
    106    ln_s_sf12   = .false.   !  Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied 
    107    ln_sigcrit  = .false.   !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch 
    108                            !  stretching coefficients for all functions 
    109    rn_sbot_min =   10.0    !  minimum depth of s-bottom surface (>0) (m) 
    110    rn_sbot_max = 7000.0    !  maximum depth of s-bottom surface (= ocean depth) (>0) (m) 
    111    rn_hc       =  150.0    !  critical depth for transition to stretched coordinates 
    112                         !!!!!!!  Envelop bathymetry 
    113    rn_rmax     =    0.3    !  maximum cut-off r-value allowed (0<r_max<1) 
    114                         !!!!!!!  SH94 stretching coefficients  (ln_s_sh94 = .true.) 
    115    rn_theta    =    6.0    !  surface control parameter (0<=theta<=20) 
    116    rn_bb       =    0.8    !  stretching with SH94 s-sigma 
    117                         !!!!!!!  SF12 stretching coefficient  (ln_s_sf12 = .true.) 
    118    rn_alpha    =    4.4    !  stretching with SF12 s-sigma 
    119    rn_efold    =    0.0    !  efold length scale for transition to stretched coord 
    120    rn_zs       =    1.0    !  depth of surface grid box 
    121                            !  bottom cell depth (Zb) is a linear function of water depth Zb = H*a + b 
    122    rn_zb_a     =    0.024  !  bathymetry scaling factor for calculating Zb 
    123    rn_zb_b     =   -0.2    !  offset for calculating Zb 
    124                         !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above] 
    125    rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1) 
     81   !                       !  in netcdf input files, as the start j-row for reading 
    12682/ 
    12783!----------------------------------------------------------------------- 
    12884&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    12985!----------------------------------------------------------------------- 
    130    nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
    131    rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
     86   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    13287   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    133    nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
    134    rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
     88   ! 
     89   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
    13590   rn_isfhmin  =    1.00   !  treshold (m) to discriminate grounding ice to floating ice 
    136    rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
    137    rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
    138                            ! 
     91   ! 
    13992   rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0) 
    14093   rn_atfp     =    0.1    !  asselin time filter parameter 
    141    ln_crs      = .false.      !  Logical switch for coarsening module 
    142    jphgr_msh   =       0               !  type of horizontal mesh 
    143                                        !  = 0 curvilinear coordinate on the sphere read in coordinate.nc 
    144                                        !  = 1 geographical mesh on the sphere with regular grid-spacing 
    145                                        !  = 2 f-plane with regular grid-spacing 
    146                                        !  = 3 beta-plane with regular grid-spacing 
    147                                        !  = 4 Mercator grid with T/U point at the equator 
    148    ppglam0     =       0.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    149    ppgphi0     =     -35.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    150    ppe1_deg    =       1.0             !  zonal      grid-spacing (degrees) 
    151    ppe2_deg    =       0.5             !  meridional grid-spacing (degrees) 
    152    ppe1_m      =    5000.0             !  zonal      grid-spacing (degrees) 
    153    ppe2_m      =    5000.0             !  meridional grid-spacing (degrees) 
    154    ppsur       =    -4762.96143546300  !  ORCA r4, r2 and r05 coefficients 
    155    ppa0        =      255.58049070440  ! (default coefficients) 
    156    ppa1        =      245.58132232490  ! 
    157    ppkth       =       21.43336197938  ! 
    158    ppacr       =        3.0            ! 
    159    ppdzmin     =       10.             !  Minimum vertical spacing 
    160    pphmax      =     5000.             !  Maximum depth 
    161    ldbletanh   =    .TRUE.             !  Use/do not use double tanf function for vertical coordinates 
    162    ppa2        =      100.760928500000 !  Double tanh function parameters 
    163    ppkth2      =       48.029893720000 ! 
    164    ppacr2      =       13.000000000000 ! 
     94   ! 
     95   ln_crs      = .false.   !  Logical switch for coarsening module 
    16596/ 
    16697!----------------------------------------------------------------------- 
     
    220151!!====================================================================== 
    221152!!   namsbc          surface boundary condition 
    222 !!   namsbc_ana      analytical         formulation                     (ln_ana     =T) 
    223153!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
    224154!!   namsbc_clio     CLIO bulk formulae formulation                     (ln_blk_clio=T) 
     
    244174                           !     (also = the frequency of sea-ice & iceberg model call) 
    245175                     ! Type of air-sea fluxes  
    246    ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana ) 
     176   ln_usr      = .false.   !  user defined formulation                  (T => check usrdef_sbc) 
    247177   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
    248178   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio) 
    249    ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
     179   ln_blk_core = .false.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    250180   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
    251181                     ! Type of coupling (Ocean/Ice/Atmosphere) : 
     
    278208   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    279209   ln_isf      = .false.   !  ice shelf                                 (T   => fill namsbc_isf) 
    280    ln_wave = .false.       !  coupling with surface wave                (T => fill namsbc_wave) 
    281    nn_lsm  = 0             !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
     210   ln_wave     = .false.   !  coupling with surface wave                (T => fill namsbc_wave) 
     211   nn_lsm      = 0         !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
    282212                           !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field) 
    283 / 
    284 !----------------------------------------------------------------------- 
    285 &namsbc_ana    !   analytical surface boundary condition 
    286 !----------------------------------------------------------------------- 
    287    nn_tau000   =   0       !  gently increase the stress over the first ntau_rst time-steps 
    288    rn_utau0    =   0.5     !  uniform value for the i-stress 
    289    rn_vtau0    =   0.e0    !  uniform value for the j-stress 
    290    rn_qns0     =   0.e0    !  uniform value for the total heat flux 
    291    rn_qsr0     =   0.e0    !  uniform value for the solar radiation 
    292    rn_emp0     =   0.e0    !  uniform value for the freswater budget (E-P) 
    293213/ 
    294214!----------------------------------------------------------------------- 
     
    387307/ 
    388308!----------------------------------------------------------------------- 
    389 &namsbc_sas    !   analytical surface boundary condition 
     309&namsbc_sas    !   Stand Alone Surface boundary condition 
    390310!----------------------------------------------------------------------- 
    391311!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    539459&namberg       !   iceberg parameters                                   (default: No iceberg) 
    540460!----------------------------------------------------------------------- 
    541       ln_icebergs              = .false.              ! iceberg floats or not 
    542       ln_bergdia               = .true.               ! Calculate budgets 
    543       nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0 
    544       nn_verbose_write         = 15                   ! Timesteps between verbose messages 
    545       nn_sample_rate           = 1                    ! Timesteps between sampling for trajectory storage 
    546                                                       ! Initial mass required for an iceberg of each class 
    547       rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
    548                                                       ! Proportion of calving mass to apportion to each class 
    549       rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
    550                                                       ! Ratio between effective and real iceberg mass (non-dim) 
    551                                                       ! i.e. number of icebergs represented at a point 
    552       rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
    553                                                       ! thickness of newly calved bergs (m) 
    554       rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 
    555       rn_rho_bergs             = 850.                 ! Density of icebergs 
    556       rn_LoW_ratio             = 1.5                  ! Initial ratio L/W for newly calved icebergs 
    557       ln_operator_splitting    = .true.               ! Use first order operator splitting for thermodynamics 
    558       rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
    559       rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
    560       ln_passive_mode          = .false.              ! iceberg - ocean decoupling 
    561       nn_test_icebergs         =  10                  ! Create test icebergs of this class (-1 = no) 
    562                                                       ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
    563       rn_test_box              = 108.0,  116.0, -66.0, -58.0 
    564       rn_speed_limit           = 0.                   ! CFL speed limit for a berg 
    565  
    566 !            ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    567 !            !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    568       sn_icb =  'calving',       -1          , 'calvingmask',  .true.      , .true.  , 'yearly'  , ''       , ''       , '' 
    569  
    570       cn_dir = './' 
     461   ln_icebergs              = .false.              ! iceberg floats or not 
     462   ln_bergdia               = .true.               ! Calculate budgets 
     463   nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0 
     464   nn_verbose_write         = 15                   ! Timesteps between verbose messages 
     465   nn_sample_rate           = 1                    ! Timesteps between sampling for trajectory storage 
     466                                                   ! Initial mass required for an iceberg of each class 
     467   rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
     468                                                   ! Proportion of calving mass to apportion to each class 
     469   rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
     470                                                   ! Ratio between effective and real iceberg mass (non-dim) 
     471                                                   ! i.e. number of icebergs represented at a point 
     472   rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
     473                                                   ! thickness of newly calved bergs (m) 
     474   rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 
     475   rn_rho_bergs             = 850.                 ! Density of icebergs 
     476   rn_LoW_ratio             = 1.5                  ! Initial ratio L/W for newly calved icebergs 
     477   ln_operator_splitting    = .true.               ! Use first order operator splitting for thermodynamics 
     478   rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
     479   rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
     480   ln_passive_mode          = .false.              ! iceberg - ocean decoupling 
     481   nn_test_icebergs         =  10                  ! Create test icebergs of this class (-1 = no) 
     482                                                   ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
     483   rn_test_box              = 108.0,  116.0, -66.0, -58.0 
     484   rn_speed_limit           = 0.                   ! CFL speed limit for a berg 
     485 
     486!         ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     487!         !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     488   sn_icb =  'calving',       -1          , 'calvingmask',  .true.      , .true.  , 'yearly'  , ''       , ''       , '' 
     489 
     490   cn_dir = './' 
    571491/ 
    572492 
     
    600520&nam_tide      !   tide parameters                                      ("key_tide") 
    601521!----------------------------------------------------------------------- 
    602    ln_tide_pot   = .true.   !  use tidal potential forcing 
    603    ln_tide_ramp  = .false.  ! 
    604    rdttideramp   =    0.    ! 
    605    clname(1)     = 'DUMMY'  !  name of constituent - all tidal components must be set in namelist_cfg 
     522   ln_tide_pot = .true.    !  use tidal potential forcing 
     523   ln_tide_ramp= .false.   ! 
     524   rdttideramp =    0.     ! 
     525   clname(1)   = 'DUMMY'   !  name of constituent  
     526   !                       !  all tidal components must be set in namelist_cfg 
    606527/ 
    607528!----------------------------------------------------------------------- 
    608529&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    609530!----------------------------------------------------------------------- 
    610     nb_bdy         = 0                    !  number of open boundary sets 
    611     ln_coords_file = .true.               !  =T : read bdy coordinates from file 
    612     cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files 
    613     ln_mask_file   = .false.              !  =T : read mask from file 
    614     cn_mask_file   = ''                   !  name of mask file (if ln_mask_file=.TRUE.) 
    615     cn_dyn2d       = 'none'               ! 
    616     nn_dyn2d_dta   =  0                   !  = 0, bdy data are equal to the initial state 
    617                                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    618                                           !  = 2, use tidal harmonic forcing data from files 
    619                                           !  = 3, use external data AND tidal harmonic forcing 
    620     cn_dyn3d      =  'none'               ! 
    621     nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    622                                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    623     cn_tra        =  'none'               ! 
    624     nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
    625                                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    626     cn_ice_lim      =  'none'             ! 
    627     nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state 
    628                                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    629     rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice 
    630     rn_ice_sal      = 10.                 !  lim3 only:      --   salinity           -- 
    631     rn_ice_age      = 30.                 !  lim3 only:      --   age                -- 
    632  
    633     ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
    634     ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
    635     rn_time_dmp   =  1.                   ! Damping time scale in days 
    636     rn_time_dmp_out =  1.                 ! Outflow damping time scale 
    637     nn_rimwidth   = 10                    !  width of the relaxation zone 
    638     ln_vol        = .false.               !  total volume correction (see nn_volctl parameter) 
    639     nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero 
     531   nb_bdy         = 0                    !  number of open boundary sets 
     532   ln_coords_file = .true.               !  =T : read bdy coordinates from file 
     533   cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files 
     534   ln_mask_file   = .false.              !  =T : read mask from file 
     535   cn_mask_file   = ''                   !  name of mask file (if ln_mask_file=.TRUE.) 
     536   cn_dyn2d       = 'none'               ! 
     537   nn_dyn2d_dta   =  0                   !  = 0, bdy data are equal to the initial state 
     538      !                                  !  = 1, bdy data are read in 'bdydata   .nc' files 
     539      !                                  !  = 2, use tidal harmonic forcing data from files 
     540      !                                  !  = 3, use external data AND tidal harmonic forcing 
     541   cn_dyn3d      =  'none'               ! 
     542   nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
     543      !                                  !  = 1, bdy data are read in 'bdydata   .nc' files 
     544   cn_tra        =  'none'               ! 
     545   nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
     546      !                                  !  = 1, bdy data are read in 'bdydata   .nc' files 
     547   cn_ice_lim      =  'none'             ! 
     548   nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state 
     549      !                                  !  = 1, bdy data are read in 'bdydata   .nc' files 
     550   rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice 
     551   rn_ice_sal      = 10.                 !  lim3 only:      --   salinity           -- 
     552   rn_ice_age      = 30.                 !  lim3 only:      --   age                -- 
     553   ! 
     554   ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
     555   ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
     556   rn_time_dmp   =  1.                   ! Damping time scale in days 
     557   rn_time_dmp_out =  1.                 ! Outflow damping time scale 
     558   nn_rimwidth   = 10                    !  width of the relaxation zone 
     559   ln_vol        = .false.               !  total volume correction (see nn_volctl parameter) 
     560   nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero 
    640561/ 
    641562!----------------------------------------------------------------------- 
     
    887808!----------------------------------------------------------------------- 
    888809   ln_hpg_zco  = .false.   !  z-coordinate - full steps 
    889    ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
     810   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
    890811   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
    891812   ln_hpg_isf  = .false.   !  s-coordinate (sco ) adapted to isf 
     
    1041962!!====================================================================== 
    1042963!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi) 
    1043 !!   namctl            Control prints & Benchmark 
     964!!   namctl            Control prints  
    1044965!!   namsto            Stochastic parametrization of EOS 
    1045966!!====================================================================== 
     
    1057978/ 
    1058979!----------------------------------------------------------------------- 
    1059 &namctl        !   Control prints & Benchmark 
     980&namctl        !   Control prints  
    1060981!----------------------------------------------------------------------- 
    1061982   ln_ctl      = .false.   !  trends control print (expensive!) 
     
    1067988   nn_isplt    =    1      !  number of processors in i-direction 
    1068989   nn_jsplt    =    1      !  number of processors in j-direction 
    1069    nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    1070                            !     (no physical validity of the results) 
    1071990   nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    1072991   nn_diacfl   =    0      !  Write out CFL diagnostics (=1) in cfl_diagnostics.ascii, or not (=0) 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/cfg.txt

    r6403 r7277  
    99ORCA2_LIM OPA_SRC LIM_SRC_2 NST_SRC 
    1010ORCA2_OFF_PISCES OPA_SRC OFF_SRC TOP_SRC 
     11ORCA2_LIM_PISCES OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 
     12OVERFLOW OPA_SRC 
     13LOCK_EXCHANGE OPA_SRC 
    1114GYRE OPA_SRC 
    12 ORCA2_LIM_PISCES OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 
     15ISOMIP OPA_SRC 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/makenemo

    r5144 r7277  
    150150   echo ""; 
    151151        echo "Available unsupported (external) configurations :"; cat ${CONFIG_DIR}/uspcfg.txt; 
     152   echo ""; 
     153   echo "Example to install an unsupoorted configuration MY_USP"; 
     154   echo "makenemo -n MY_USP -u MY_USP" ; 
    152155   echo ""; 
    153156   echo "Example to remove bad configuration "; 
Note: See TracChangeset for help on using the changeset viewer.