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 9799 for NEMO/trunk/cfgs/C1D_PAPA/EXPREF/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-06-14T11:54:23+02:00 (6 years ago)
Author:
cbricaud
Message:

Restore C1D_PAPA configuration, #2061 and #2087

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/C1D_PAPA/EXPREF/namelist_cfg

    r9527 r9799  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  : 1D configuration based on Kato-Philipps () exp. 
     2!! NEMO/OCE :   Reference namelist_ref                                !! 
     3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4!! NEMO/OPA  :  1 - Domain & run manager (namrun, namcfg, namdom, namtsd, namcrs, namc1d, namc1d_uvd) 
     5!! namelists    2 - Surface boundary (namsbc, namsbc_flx, namsbc_blk, namsbc_cpl, 
     6!!                                    namsbc_sas, namtra_qsr, namsbc_rnf, 
     7!!                                    namsbc_isf, namsbc_iscpl, namsbc_apr,  
     8!!                                    namsbc_ssr, namsbc_wave, namberg) 
     9!!              3 - lateral boundary (namlbc, namagrif, nambdy, nambdy_tide) 
     10!!              4 - top/bot boundary (namdrg, namdrg_top, namdrg_bot, nambbc, nambbl) 
     11!!              5 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_eiv, namtra_dmp) 
     12!!              6 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf) 
     13!!              7 - Vertical physics (namzdf, namzdf_ric, namzdf_tke, namzdf_gls, namzdf_iwm) 
     14!!              8 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb) 
     15!!              9 - Obs & Assim      (namobs, nam_asminc) 
     16!!             10 - miscellaneous    (nammpp, namctl, namsto) 
    317!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    418 
     
    1832! 
    1933!----------------------------------------------------------------------- 
     34&namusr_def    !   C1D user defined namelist 
     35!----------------------------------------------------------------------- 
     36   rn_bathy    =  4198.   ! depth in meters 
     37/ 
     38!----------------------------------------------------------------------- 
    2039&namrun        !   parameters of the run 
    2140!----------------------------------------------------------------------- 
    22    cn_exp      =  "PAPA"   !  experience name 
     41   cn_exp      = "C1D_PAPA"!  experience name 
    2342   nn_it000    =       1   !  first time step 
    24    nn_itend    =   87600   !  last  time step 
    25    nn_date0    =  20100615 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    26    nn_leapy    =       1   !  Leap year calendar (1) or not (0) 
     43   nn_itend    =   87600   !  last  time step (std 5475) 
     44   nn_date0    = 20100615  !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    2745   nn_stock    =   87600   !  frequency of creation of a restart file (modulo referenced to 1) 
    2846   nn_write    =     240   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    2947/ 
    3048!----------------------------------------------------------------------- 
    31 &namdom        !   space and time domain (bathymetry, mesh, timestep) 
    32 !----------------------------------------------------------------------- 
    33    nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    34    rn_bathy    = 4198.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
    35    ! 
    36    rn_rdt      =  360.     !  time step for the dynamics  
    37    ppglam0     =    -150.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
    38    ppgphi0     =      50.0               ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    39    ppe1_deg    =       0.1               !  zonal      grid-spacing (degrees) 
    40    ppe2_deg    =       0.1               !  meridional grid-spacing (degrees) 
    41    ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees) 
    42    ppe2_m      =  999999.0               !  meridional grid-spacing (degrees) 
    43    ppsur       =   -3958.951371276829    !  ORCA r4, r2 and r05 coefficients 
    44    ppa0        =    103.9530096000000    ! (default coefficients) 
    45    ppa1        =     2.415951269000000   ! 
    46    ppkth       =      15.35101370000000  ! 
    47    ppacr       =       7.0               ! 
    48    ppdzmin     =  999999.0               !  Minimum vertical spacing 
    49    pphmax      =  999999.0               !  Maximum depth 
    50    ldbletanh   =  .TRUE.                 !  Use/do not use double tanf function for vertical coordinates 
    51    ppa2        =  100.7609285000000      !  Double tanh function parameters 
    52    ppkth2      =  48.02989372000000      ! 
    53    ppacr2      =   13.00000000000        ! 
    54 / 
    55 !----------------------------------------------------------------------- 
    56 &namcfg     !   parameters of the configuration    
    57 !----------------------------------------------------------------------- 
    58    cp_cfg      =  "papa"                 !  name of the configuration 
    59    jp_cfg      =       1                 !  resolution of the configuration 
    60 !   jpidta      =       3                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    61 !   jpjdta      =       3                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    62 !   jpkdta      =      75                 !  number of levels      ( >= jpk ) 
    63 !   jpiglo      =       3                 !  1st dimension of global domain --> i  = jpidta 
    64 !   jpjglo      =       3                 !  2nd    -                  -    --> j  = jpjdta 
    65    jperio      =       0                 !  lateral cond. type (between 0 and 6) 
    66 / 
    67 !----------------------------------------------------------------------- 
    68 &namzgr        !   vertical coordinate 
    69 !----------------------------------------------------------------------- 
    70    ln_zps      = .true.    !  z-coordinate - partial steps 
    71 / 
    72 !----------------------------------------------------------------------- 
    73 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
     49&namdom        !   time and space domain 
     50!----------------------------------------------------------------------- 
     51   rn_rdt      =  360.     !  time step for the dynamics and tracer 
     52/ 
     53!----------------------------------------------------------------------- 
     54&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg) 
     55!----------------------------------------------------------------------- 
     56/ 
     57!----------------------------------------------------------------------- 
     58&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF) 
     59!----------------------------------------------------------------------- 
     60   !                       ! =T  read T-S fields for: 
     61   ln_tsd_init = .true.          !  ocean initialisation 
     62    
     63   cn_dir      = './'      !  root directory for the T-S data location 
     64   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     65   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     66   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     67   sn_tem      = 'init_PAPASTATION'       ,         24        ,'votemper',  .false.     , .true.,  'daily'  ,    ''            ,    ''    ,    '' 
     68   sn_sal      = 'init_PAPASTATION'       ,         24        ,'vosaline',  .false.     , .true.,  'daily'  ,    ''            ,    ''    ,    '' 
     69/ 
     70!----------------------------------------------------------------------- 
     71&namwad        !   Wetting and Drying (WaD)                             (default: OFF) 
     72!----------------------------------------------------------------------- 
     73/ 
     74!----------------------------------------------------------------------- 
     75&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    7476!----------------------------------------------------------------------- 
    7577/ 
     
    7779&namc1d        !   1D configuration options                             ("key_c1d" default: PAPA station) 
    7880!----------------------------------------------------------------------- 
    79    rn_lat1d    =      50.  !  Column latitude (default at PAPA station) 
    80    rn_lon1d    =    -145.  !  Column longitude (default at PAPA station) 
     81   rn_lat1d    =      50   !  Column latitude 
     82   rn_lon1d    =    -145   !  Column longitude 
    8183   ln_c1d_locpt=  .true.   ! Localization of 1D config in a grid (T) or independant point (F) 
    8284/ 
    8385!----------------------------------------------------------------------- 
     86&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF) 
     87!----------------------------------------------------------------------- 
     88   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F) 
     89/ 
     90!----------------------------------------------------------------------- 
    8491&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF) 
    8592!----------------------------------------------------------------------- 
    86 / 
    87 !----------------------------------------------------------------------- 
    88 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF) 
    89 !----------------------------------------------------------------------- 
    90 / 
    91 !----------------------------------------------------------------------- 
    92 &namtsd        !    Temperature & Salinity Data                         (default: OFF) 
    93 !----------------------------------------------------------------------- 
    94    !           !  file name                 ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    95    !           !                            !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    96    sn_tem      = 'init_PAPASTATION'         ,         24        ,'votemper',  .false.     , .true.,  'daily'  , ''       , ' '      , '' 
    97    sn_sal      = 'init_PAPASTATION'         ,         24        ,'vosaline',  .false.     , .true.,  'daily'  , ''       , ' '      , '' 
    98    ! 
    99    ln_tsd_init = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    100    ln_tsd_dmp  = .false.  !  damping of ocean T & S toward T &S input data (T) or not (F) 
    101       cn_dir   = './'        !  root directory for the location of the runoff files 
     93   !                       !  =T read U-V fields for: 
     94   ln_uvd_init   = .false.       !  ocean initialisation 
     95   ln_uvd_dyndmp = .false.       !  U-V restoring 
     96 
     97   cn_dir      = './'      !  root directory for the U-V data location 
     98   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     99   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     100   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     101   sn_ucur     = 'ucurrent'              ,         -1        ,'u_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Ume'   , '' 
     102   sn_vcur     = 'vcurrent'              ,         -1        ,'v_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Vme'   , '' 
    102103/ 
    103104 
    104105!!====================================================================== 
    105106!!            ***  Surface Boundary Condition namelists  ***          !! 
    106 !!====================================================================== 
    107 ! 
    108 !----------------------------------------------------------------------- 
    109 &namsbc        !   Surface Boundary Condition manager 
    110 !----------------------------------------------------------------------- 
    111    nn_fsbc     = 1   !  frequency of the calling of SBC module 
     107!!                                                                    !! 
     108!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     109!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     110!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     111!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     112!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     113!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     114!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     115!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     116!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     117!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     118!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     119!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     120!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     121!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     122!!====================================================================== 
     123! 
     124!----------------------------------------------------------------------- 
     125&namsbc        !   Surface Boundary Condition manager                   (default: NO selection) 
     126!----------------------------------------------------------------------- 
     127   nn_fsbc     = 1         !  frequency of SBC module call 
     128      !                    !  (control sea-ice & iceberg model call) 
    112129                     ! Type of air-sea fluxes  
    113    ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
     130   ln_blk      = .true.   !  Bulk formulation                          (T => fill namsbc_blk ) 
     131      !              ! Type of coupling (Ocean/Ice/Atmosphere) : 
    114132                     ! Misc. options of sbc :  
    115    ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr) 
    116 / 
    117 !----------------------------------------------------------------------- 
    118 &namsbc_flx    !   surface boundary condition : flux formulation 
    119 !----------------------------------------------------------------------- 
    120 / 
    121 !----------------------------------------------------------------------- 
    122 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    123 !----------------------------------------------------------------------- 
    124 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    125 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    126    sn_wndi     = 'forcing_PAPASTATION_1h' ,         1         , 'wndwe'   ,   .true.     , .false. , 'yearly' , '' , '', '' 
    127    sn_wndj     = 'forcing_PAPASTATION_1h' ,         1         , 'wndsn'   ,   .true.     , .false. , 'yearly' , '' , '', '' 
    128    sn_qsr      = 'forcing_PAPASTATION_1h' ,         1         , 'qsr'     ,   .false.    , .false. , 'yearly' , '' , '', '' 
    129    sn_qlw      = 'forcing_PAPASTATION_1h' ,         1         , 'qlw'     ,   .false.    , .false. , 'yearly' , '' , '', '' 
    130    sn_tair     = 'forcing_PAPASTATION_1h' ,         1         , 'tair'    ,   .true.     , .false. , 'yearly' , '' , '', '' 
    131    sn_humi     = 'forcing_PAPASTATION_1h' ,         1         , 'humi'    ,   .true.     , .false. , 'yearly' , '' , '', '' 
    132    sn_prec     = 'forcing_PAPASTATION_1h' ,         1         , 'prec'    ,   .false.    , .false. , 'yearly' , '' , '', '' 
    133    sn_snow     = 'forcing_PAPASTATION_1h' ,         1         , 'snow'    ,   .false.    , .false. , 'yearly' , '' , '', '' 
    134    sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP',        .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    135  
     133   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     134/ 
     135!----------------------------------------------------------------------- 
     136&namsbc_flx    !   surface boundary condition : flux formulation        (ln_flx =T) 
     137!----------------------------------------------------------------------- 
     138/ 
     139!----------------------------------------------------------------------- 
     140&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T) 
     141!----------------------------------------------------------------------- 
    136142   !                    !  bulk algorithm : 
    137    ln_NCAR     = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
    138    ln_COARE_3p0= .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
    139    ln_COARE_3p5= .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013) 
    140    ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
    141  
    142    rn_zqt      =  2.       !  Air temperature & humidity reference height (m) 
     143   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     144      ! 
     145      rn_zqt      =  2.       !  Air temperature & humidity reference height (m) 
     146      rn_zu       = 10.       !  Wind vector reference height (m) 
     147 
     148   cn_dir      = './'      !  root directory for the bulk data location 
     149   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     150   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask ! 
     151   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     152   sn_wndi     = 'forcing_C1D_PAPA'   ,  3    , 'sowinu10',   .true.     , .false. , 'yearly'  , ''   ,''   , '' 
     153   sn_wndj     = 'forcing_C1D_PAPA'   ,  3    , 'sowinv10',   .true.     , .false. , 'yearly'  , ''   ,''   , '' 
     154   sn_qsr      = 'forcing_C1D_PAPA'   ,  3    , 'sosudosw',   .false.    , .false. , 'yearly'  , ''  , ''   , '' 
     155   sn_qlw      = 'forcing_C1D_PAPA'   ,  3    , 'sosudolw',   .false.    , .false. , 'yearly'  , ''  , ''   , '' 
     156   sn_tair     = 'forcing_C1D_PAPA'   ,  3    , 'sotemair',   .true.     , .false. , 'yearly'  , ''  , ''   , '' 
     157   sn_humi     = 'forcing_C1D_PAPA'   ,  3    , 'sohumspe',   .true.     , .false. , 'yearly'  , ''  , ''   , '' 
     158   sn_prec     = 'forcing_C1D_PAPA'   ,  3    , 'sowaprec',   .false.    , .false. , 'yearly'  , ''  , ''   , '' 
     159   sn_snow     = 'forcing_C1D_PAPA'   ,  3    , 'sososnow',   .false.    , .false. , 'yearly'  , ''  , ''   , '' 
     160   sn_slp      = 'forcing_C1D_PAPA'   ,  3    , 'somslpre',   .true.     , .false. , 'yearly'  , ''  , ''   , '' 
     161   sn_tdif     = 'forcing_C1D_PAPA'   , 24    , 'taudif'  ,   .false.    , .false. , 'yearly'  , ''  , ''   , '' 
     162 
     163/ 
     164!----------------------------------------------------------------------- 
     165&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
     166!----------------------------------------------------------------------- 
     167/ 
     168!----------------------------------------------------------------------- 
     169&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only) 
     170!----------------------------------------------------------------------- 
     171/ 
     172!----------------------------------------------------------------------- 
     173&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
     174!----------------------------------------------------------------------- 
    143175/ 
    144176!----------------------------------------------------------------------- 
    145177&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    146178!----------------------------------------------------------------------- 
    147 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    148 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    149    sn_chl      ='chlorophyll_PAPASTATION', -1    , 'CHLA'    ,   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    150  
    151    ln_qsr_rgb  = .true.    !  RGB (Red-Green-Blue) light penetration 
    152  
    153    nn_chldta   =      1    !  RGB : Chl data (=1) or cst value (=0) 
    154       cn_dir   = './'         !  root directory for the location of the runoff files 
    155 / 
     179   !                       !  type of penetration                        (default: NO selection) 
     180   ln_qsr_rgb  = .true.      !  RGB light penetration (Red-Green-Blue) 
     181    
     182   cn_dir      = './'      !  root directory for the chlorophyl data location 
     183   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     184   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     185   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     186 
     187   sn_chl      ='chlorophyll_PAPASTATION',         -1        , 'CHLA'    ,   .true.     , .true. , 'yearly'  ,        ''       ,    ''    , '' 
     188/ 
     189!----------------------------------------------------------------------- 
     190&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
     191!----------------------------------------------------------------------- 
     192/ 
     193!----------------------------------------------------------------------- 
     194&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
     195!----------------------------------------------------------------------- 
     196/ 
     197!----------------------------------------------------------------------- 
     198&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
     199!----------------------------------------------------------------------- 
     200/ 
     201!----------------------------------------------------------------------- 
     202&namsbc_isf    !  Top boundary layer (ISF)                              (ln_isfcav =T : read (ln_read_cfg=T)  
     203!-----------------------------------------------------------------------             or set or usr_def_zgr ) 
     204/ 
     205!----------------------------------------------------------------------- 
     206&namsbc_iscpl  !   land ice / ocean coupling option                     (ln_isfcav =T : read (ln_read_cfg=T)  
     207!-----------------------------------------------------------------------             or set or usr_def_zgr ) 
     208/ 
     209!----------------------------------------------------------------------- 
     210&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
     211!----------------------------------------------------------------------- 
     212/ 
     213!----------------------------------------------------------------------- 
     214&namberg       !   iceberg parameters                                   (default: OFF) 
     215!----------------------------------------------------------------------- 
     216/ 
     217 
     218!!====================================================================== 
     219!!               ***  Lateral boundary condition  ***                 !! 
     220!!                                                                    !! 
     221!!   namlbc        lateral momentum boundary condition                  (default: NO selection) 
     222!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif") 
     223!!   nam_tide      Tidal forcing                                        (default: OFF) 
     224!!   nambdy        Unstructured open boundaries                         (default: OFF) 
     225!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     226!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
     227!!====================================================================== 
     228! 
    156229!----------------------------------------------------------------------- 
    157230&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    158231!----------------------------------------------------------------------- 
    159    rn_shlat    =    0.     !  free slip 
    160 / 
    161 !----------------------------------------------------------------------- 
    162 &namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    163 !----------------------------------------------------------------------- 
    164    ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
    165 / 
    166  
    167 !!====================================================================== 
    168 !!                        Tracer (T & S) namelists 
    169 !!====================================================================== 
    170 ! 
    171 !----------------------------------------------------------------------- 
    172 &nameos        !   ocean physical parameters                            (default: NO selection) 
    173 !----------------------------------------------------------------------- 
    174    ln_eos80    = .true.         !  = Use EOS80 equation of state 
     232   rn_shlat    =  0.   !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     233/ 
     234!----------------------------------------------------------------------- 
     235&namagrif      !  AGRIF zoom                                            ("key_agrif") 
     236!----------------------------------------------------------------------- 
     237/ 
     238!----------------------------------------------------------------------- 
     239&nam_tide      !   tide parameters                                      (default: OFF) 
     240!----------------------------------------------------------------------- 
     241/ 
     242!----------------------------------------------------------------------- 
     243&nambdy        !  unstructured open boundaries                          (default: OFF) 
     244!----------------------------------------------------------------------- 
     245/ 
     246!----------------------------------------------------------------------- 
     247&nambdy_dta    !  open boundaries - external data                       (see nam_bdy) 
     248!----------------------------------------------------------------------- 
     249/ 
     250!----------------------------------------------------------------------- 
     251&nambdy_tide   !  tidal forcing at open boundaries                      (default: OFF) 
     252!----------------------------------------------------------------------- 
     253/ 
     254 
     255!!====================================================================== 
     256!!                ***  Top/Bottom boundary condition  ***             !! 
     257!!                                                                    !! 
     258!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
     259!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T) 
     260!!   namdrg_bot    bottom friction                                      (ln_OFF=F) 
     261!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     262!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
     263!!====================================================================== 
     264! 
     265!----------------------------------------------------------------------- 
     266&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     267!----------------------------------------------------------------------- 
     268   ln_non_lin  = .true.   !  non-linear  drag: Cd = Cd0 |U| 
     269/ 
     270!----------------------------------------------------------------------- 
     271&namdrg_top    !   TOP friction                                         (ln_OFF =F & ln_isfcav=T) 
     272!----------------------------------------------------------------------- 
     273/ 
     274!----------------------------------------------------------------------- 
     275&namdrg_bot    !   BOTTOM friction                                      (ln_OFF =F) 
     276!----------------------------------------------------------------------- 
     277/ 
     278!----------------------------------------------------------------------- 
     279&nambbc        !   bottom temperature boundary condition                (default: OFF) 
     280!----------------------------------------------------------------------- 
     281/ 
     282!----------------------------------------------------------------------- 
     283&nambbl        !   bottom boundary layer scheme                         (default: OFF) 
     284!----------------------------------------------------------------------- 
     285/ 
     286 
     287!!====================================================================== 
     288!!                        Tracer (T-S) namelists                      !! 
     289!!                                                                    !! 
     290!!   nameos        equation of state                                    (default: NO selection) 
     291!!   namtra_adv    advection scheme                                     (default: NO selection) 
     292!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection) 
     293!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF) 
     294!!   namtra_eiv    eddy induced velocity param.                         (default: OFF) 
     295!!   namtra_dmp    T & S newtonian damping                              (default: OFF) 
     296!!====================================================================== 
     297! 
     298!----------------------------------------------------------------------- 
     299&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
     300!----------------------------------------------------------------------- 
     301   ln_eos80    = .true.         !  = Use EOS80 
    175302/ 
    176303!----------------------------------------------------------------------- 
    177304&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    178305!----------------------------------------------------------------------- 
    179    ln_traadv_OFF = .true.  !  No tracer advection 
    180 / 
    181 !----------------------------------------------------------------------- 
    182 &namtra_ldf    !   lateral diffusion scheme for tracers 
    183 !----------------------------------------------------------------------- 
    184    ln_traldf_OFF = .true.  ! No operator (no explicit diffusion) 
     306   ln_traadv_OFF = .true. !  No tracer advection 
     307/ 
     308!----------------------------------------------------------------------- 
     309&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
     310!----------------------------------------------------------------------- 
     311   !                       !  Operator type: 
     312   ln_traldf_OFF   = .true.   !  No explicit diffusion 
     313/ 
     314!----------------------------------------------------------------------- 
     315&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF) 
     316!----------------------------------------------------------------------- 
     317/ 
     318!----------------------------------------------------------------------- 
     319&namtra_eiv    !   eddy induced velocity param.                         (default: OFF) 
     320!----------------------------------------------------------------------- 
     321/ 
     322!----------------------------------------------------------------------- 
     323&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF) 
     324!----------------------------------------------------------------------- 
    185325/ 
    186326 
    187327!!====================================================================== 
    188328!!                      ***  Dynamics namelists  ***                  !! 
     329!!                                                                    !! 
     330!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     331!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     332!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     333!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     334!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     335!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     336!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
    189337!!====================================================================== 
    190338! 
     
    194342/ 
    195343!----------------------------------------------------------------------- 
    196 &namdyn_adv    !   formulation of the momentum advection                (default: selection) 
    197 !----------------------------------------------------------------------- 
    198    ln_dynadv_OFF = .true.  !  linear dynamics (no momentum advection) 
     344&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     345!----------------------------------------------------------------------- 
     346   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection) 
    199347/ 
    200348!----------------------------------------------------------------------- 
    201349&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
    202350!----------------------------------------------------------------------- 
    203    ln_dynvor_ene = .true.  !  energy    conserving scheme 
    204 / 
    205 !----------------------------------------------------------------------- 
    206 &namdyn_hpg    !   Hydrostatic pressure gradient option 
    207 !----------------------------------------------------------------------- 
    208 / 
    209 !----------------------------------------------------------------------- 
    210 &namdyn_spg    !   surface pressure gradient                            (default: OFF) 
    211 !----------------------------------------------------------------------- 
    212 / 
    213 !----------------------------------------------------------------------- 
    214 &namdyn_ldf    !   lateral diffusion on momentum 
    215 !----------------------------------------------------------------------- 
    216    ln_dynldf_OFF = .true.     ! No operator (no explicit diffusion) 
     351   ln_dynvor_ene = .true. !  energy    conserving scheme 
     352/ 
     353!----------------------------------------------------------------------- 
     354&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
     355!----------------------------------------------------------------------- 
     356   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
     357/ 
     358!----------------------------------------------------------------------- 
     359&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
     360!----------------------------------------------------------------------- 
     361   ln_dynspg_ts   = .true.   ! split-explicit free surface 
     362      ln_bt_fw      = .false.     ! Forward integration of barotropic Eqs. 
     363      ln_bt_av      = .true.     ! Time filtering of barotropic variables 
     364/ 
     365!----------------------------------------------------------------------- 
     366&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
     367!----------------------------------------------------------------------- 
     368   !                       !  Type of the operator : 
     369   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion) 
     370/ 
     371!----------------------------------------------------------------------- 
     372&namdta_dyn    !   offline ocean input files                            (OFF_SRC only) 
     373!----------------------------------------------------------------------- 
    217374/ 
    218375 
    219376!!====================================================================== 
    220377!!                     vertical physics namelists                     !! 
    221 !!====================================================================== 
    222 ! 
    223 !----------------------------------------------------------------------- 
    224 &namzdf        !   vertical physics                                     (default: NO selection) 
    225 !----------------------------------------------------------------------- 
    226    !                       ! type of vertical closure 
    227    ln_zdfcst   = .false.      !  constant mixing 
    228    ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    229    ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    230    ln_zdfgls   = .true.       !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    231    ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
    232    ! 
    233    !                       ! convection 
    234    ln_zdfevd   = .false.      !  enhanced vertical diffusion 
    235       nn_evdm     =    0         ! apply on tracer (=0) or on tracer and momentum (=1) 
    236       rn_evd      =  100.        ! mixing coefficient [m2/s] 
    237    ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm 
    238       nn_npc      =    1         ! frequency of application of npc 
    239       nn_npcp     =  365         ! npc control print frequency 
    240    ! 
    241    ln_zdfddm   = .false.   ! double diffusive mixing 
    242       rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
    243       rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
    244    ! 
    245    !                       ! gravity wave-driven vertical mixing 
    246    ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
    247    ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
    248    ! 
    249    !                       ! coefficients 
    250    rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
    251    rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
    252    nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
    253    nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
     378!!                                                                    !! 
     379!!    namzdf        vertical physics manager                            (default: NO selection) 
     380!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     381!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     382!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     383!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     384!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     385!!====================================================================== 
     386! 
     387!----------------------------------------------------------------------- 
     388&namzdf        !   vertical physics manager                             (default: NO selection) 
     389!----------------------------------------------------------------------- 
     390   !                       ! type of vertical closure (required) 
     391   ln_zdfgls   = .true.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    254392/ 
    255393!----------------------------------------------------------------------- 
     
    262400/ 
    263401!----------------------------------------------------------------------- 
    264 &namzdf_gls                !   GLS vertical diffusion                   (ln_zdfgls =T) 
    265 !----------------------------------------------------------------------- 
    266 / 
    267 !----------------------------------------------------------------------- 
    268 &namzdf_osm                !   OSM vertical diffusion                   (ln_zdfosm =T) 
     402&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
     403!----------------------------------------------------------------------- 
     404/ 
     405!----------------------------------------------------------------------- 
     406&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    269407!----------------------------------------------------------------------- 
    270408/ 
     
    273411!----------------------------------------------------------------------- 
    274412/ 
     413 
     414!!====================================================================== 
     415!!                  ***  Diagnostics namelists  ***                   !! 
     416!!                                                                    !! 
     417!!   namtrd       dynamics and/or tracer trends                         (default: OFF) 
     418!!   namptr       Poleward Transport Diagnostics                        (default: OFF) 
     419!!   namhsb       Heat and salt budgets                                 (default: OFF) 
     420!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     421!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     422!!   namflo       float parameters                                      ("key_float") 
     423!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     424!!   namdct       transports through some sections                      ("key_diadct") 
     425!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     426!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
     427!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     428!!====================================================================== 
     429! 
     430!----------------------------------------------------------------------- 
     431&namtrd        !   trend diagnostics                                    (default: OFF) 
     432!----------------------------------------------------------------------- 
     433/ 
     434!----------------------------------------------------------------------- 
     435&namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
     436!----------------------------------------------------------------------- 
     437/ 
     438!----------------------------------------------------------------------- 
     439&namhsb        !  Heat and salt budgets                                 (default: OFF) 
     440!----------------------------------------------------------------------- 
     441/ 
     442!----------------------------------------------------------------------- 
     443&namdiu        !   Cool skin and warm layer models                      (default: OFF) 
     444!----------------------------------------------------------------------- 
     445/ 
     446!----------------------------------------------------------------------- 
     447&namflo        !   float parameters                                     ("key_float") 
     448!----------------------------------------------------------------------- 
     449/ 
     450!----------------------------------------------------------------------- 
     451&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
     452!----------------------------------------------------------------------- 
     453/ 
     454!----------------------------------------------------------------------- 
     455&namdct        ! transports through some sections                       ("key_diadct") 
     456!----------------------------------------------------------------------- 
     457/ 
     458!----------------------------------------------------------------------- 
     459&nam_diatmb    !  Top Middle Bottom Output                              (default: OFF) 
     460!----------------------------------------------------------------------- 
     461/ 
     462!----------------------------------------------------------------------- 
     463&nam_dia25h    !  25h Mean Output                                       (default: OFF) 
     464!----------------------------------------------------------------------- 
     465/ 
     466!----------------------------------------------------------------------- 
     467&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
     468!----------------------------------------------------------------------- 
     469/ 
     470 
     471!!====================================================================== 
     472!!               ***  Observation & Assimilation  ***                 !! 
     473!!                                                                    !! 
     474!!   namobs       observation and model comparison                      (default: OFF) 
     475!!   nam_asminc   assimilation increments                               ('key_asminc') 
     476!!====================================================================== 
     477! 
     478!----------------------------------------------------------------------- 
     479&namobs        !  observation usage switch                              (default: OFF) 
     480!----------------------------------------------------------------------- 
     481/ 
     482!----------------------------------------------------------------------- 
     483&nam_asminc    !   assimilation increments                              ('key_asminc') 
     484!----------------------------------------------------------------------- 
     485/ 
     486 
     487!!====================================================================== 
     488!!                  ***  Miscellaneous namelists  ***                 !! 
     489!!                                                                    !! 
     490!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
     491!!   namctl            Control prints                                   (default: OFF) 
     492!!   namsto            Stochastic parametrization of EOS                (default: OFF) 
     493!!====================================================================== 
     494! 
     495!----------------------------------------------------------------------- 
     496&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     497!----------------------------------------------------------------------- 
     498/ 
     499!----------------------------------------------------------------------- 
     500&namctl        !   Control prints                                       (default: OFF) 
     501!----------------------------------------------------------------------- 
     502/ 
     503!----------------------------------------------------------------------- 
     504&namsto        ! Stochastic parametrization of EOS                      (default: OFF) 
     505!----------------------------------------------------------------------- 
     506/ 
Note: See TracChangeset for help on using the changeset viewer.