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 9490 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-04-23T10:44:07+02:00 (6 years ago)
Author:
gm
Message:

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  :  ORCA2_OFF_PISCES configuration namelist used ot overwrite SHARED/namelist_ref 
     2!! NEMO/OPA  :  ORCA2_OFF_PISCES configuration namelist: overwrite SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4 
     5!!====================================================================== 
     6!!              ***  Domain & Run management namelists  ***           !! 
     7!!                                                                    !! 
     8!!   namrun       parameters of the run 
     9!!   namdom       space and time domain 
     10!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     11!!====================================================================== 
     12! 
    413!----------------------------------------------------------------------- 
    514&namrun        !   parameters of the run 
     
    1120/ 
    1221!----------------------------------------------------------------------- 
    13 &namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    14 !----------------------------------------------------------------------- 
    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 
    18 / 
    19 !----------------------------------------------------------------------- 
    2022&namdom        !   time and space domain 
    2123!----------------------------------------------------------------------- 
     
    2527/ 
    2628!----------------------------------------------------------------------- 
    27 &namtsd        !   data : Temperature  & Salinity 
     29&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    2830!----------------------------------------------------------------------- 
     31   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     32      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    2933/ 
    30 !----------------------------------------------------------------------- 
    31 &namwad        !   Wetting and drying  default is no WAD 
    32 !----------------------------------------------------------------------- 
    33 / 
    34 !----------------------------------------------------------------------- 
    35 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    36 !----------------------------------------------------------------------- 
    37 / 
    38 !----------------------------------------------------------------------- 
    39 &namc1d        !   1D configuration options                             ("key_c1d") 
    40 !----------------------------------------------------------------------- 
    41 / 
    42 !----------------------------------------------------------------------- 
    43 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    44 !----------------------------------------------------------------------- 
    45 / 
    46 !----------------------------------------------------------------------- 
    47 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    48 !----------------------------------------------------------------------- 
    49 / 
     34 
     35!!====================================================================== 
     36!!            ***  Surface Boundary Condition namelists  ***          !! 
     37!!                                                                    !! 
     38!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     39!!   namsbc_flx      flux               formulation                     (ln_flx    =T) 
     40!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     41!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     42!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     43!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     44!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     45!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     46!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     47!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     48!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     49!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     50!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     51!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     52!!====================================================================== 
     53! 
    5054!----------------------------------------------------------------------- 
    5155&namsbc        !   Surface Boundary Condition (surface module) 
    5256!----------------------------------------------------------------------- 
     57   nn_fsbc     = 1         !  frequency of SBC module call 
    5358   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    54    nn_fsbc     = 1         !  frequency of surface boundary condition computation  
    55    ln_rnf      = .false.   !  runoffs 
    56    ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    57 / 
    58 !----------------------------------------------------------------------- 
    59 &namsbc_flx    !   surface boundary condition : flux formulation 
    60 !----------------------------------------------------------------------- 
    6159/ 
    6260!----------------------------------------------------------------------- 
     
    6462!----------------------------------------------------------------------- 
    6563   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     64 
     65   cn_dir      = './'      !  root directory for the bulk data location 
     66   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     67   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask ! 
     68   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     69   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , '' 
     70   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , '' 
     71   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     72   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     73   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     74   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     75   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     76   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     77   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     78   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    6679/ 
    67 !----------------------------------------------------------------------- 
    68 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    69 !----------------------------------------------------------------------- 
    70 / 
    71 !----------------------------------------------------------------------- 
    72 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    73 !----------------------------------------------------------------------- 
    74 / 
    75 !----------------------------------------------------------------------- 
    76 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    77 !----------------------------------------------------------------------- 
    78 / 
    79 !----------------------------------------------------------------------- 
    80 &namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    81 !----------------------------------------------------------------------- 
    82 / 
    83 !----------------------------------------------------------------------- 
    84 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    85 !----------------------------------------------------------------------- 
    86 / 
    87 !----------------------------------------------------------------------- 
    88 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    89 !----------------------------------------------------------------------- 
    90 / 
    91 !----------------------------------------------------------------------- 
    92 &namsbc_iscpl  !   land ice / ocean coupling option                      
    93 !----------------------------------------------------------------------- 
    94 / 
    95 !----------------------------------------------------------------------- 
    96 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    97 !----------------------------------------------------------------------- 
    98 / 
    99 !----------------------------------------------------------------------- 
    100 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    101 !----------------------------------------------------------------------- 
    102 / 
    103 !----------------------------------------------------------------------- 
    104 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    109 !----------------------------------------------------------------------- 
    110 / 
    111 !----------------------------------------------------------------------- 
    112 &namlbc        !   lateral momentum boundary condition 
    113 !----------------------------------------------------------------------- 
    114    !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
    115    rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    116    ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs. 
    117 / 
    118 !----------------------------------------------------------------------- 
    119 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    120 !----------------------------------------------------------------------- 
    121 / 
    122 !----------------------------------------------------------------------- 
    123 &nam_tide      !   tide parameters 
    124 !----------------------------------------------------------------------- 
    125 / 
    126 !----------------------------------------------------------------------- 
    127 &nambdy        !  unstructured open boundaries                           
    128 !----------------------------------------------------------------------- 
    129 / 
    130 !----------------------------------------------------------------------- 
    131 &nambdy_dta    !  open boundaries - external data                        
    132 !----------------------------------------------------------------------- 
    133 / 
    134 !----------------------------------------------------------------------- 
    135 &nambdy_tide   !  tidal forcing at open boundaries 
    136 !----------------------------------------------------------------------- 
    137 / 
    138 !----------------------------------------------------------------------- 
    139 &namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    140 !----------------------------------------------------------------------- 
    141 / 
    142 !----------------------------------------------------------------------- 
    143 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    144 !----------------------------------------------------------------------- 
    145 / 
    146 !----------------------------------------------------------------------- 
    147 &namdrg_bot    !   BOTTOM friction                                   
    148 !----------------------------------------------------------------------- 
    149 / 
    150 !----------------------------------------------------------------------- 
    151 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    152 !----------------------------------------------------------------------- 
    153 / 
    154 !----------------------------------------------------------------------- 
    155 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    156 !----------------------------------------------------------------------- 
    157    ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
    158    nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
    159    nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
    160    rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
    161    rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    162 / 
     80 
     81!!====================================================================== 
     82!!                     TOP OFF-line namelists                         !! 
     83!!                                                                    !! 
     84!!   nameos        equation of state                                    (default: NO selection) 
     85!!   namdta_dyn    offline TOP: ocean state read in files               (OFF_SRC only) 
     86!!====================================================================== 
     87! 
    16388!----------------------------------------------------------------------- 
    16489&nameos        !   ocean Equation Of Seawater                           (default: NO) 
    16590!----------------------------------------------------------------------- 
    166    ln_teos10   = .false.         !  = Use TEOS-10 
    167    ln_eos80    = .true.         !  = Use EOS80 
    168    ln_seos     = .false.        !  = Use S-EOS (simplified Eq.) 
     91   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    16992/ 
    17093!----------------------------------------------------------------------- 
    171 &namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
     94&namdta_dyn    !   offline: ocean state read in files                   (OFF_SRC) 
    17295!----------------------------------------------------------------------- 
    173 / 
    174 !----------------------------------------------------------------------- 
    175 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    176 !----------------------------------------------------------------------- 
    177 / 
    178 !----------------------------------------------------------------------- 
    179 &namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    180 !----------------------------------------------------------------------- 
    181    !                       !  Operator type: 
    182    ln_traldf_NONE  =  .false.  !  No explicit diffusion 
    183    ln_traldf_lap   =  .true.   !    laplacian operator 
    184    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    185    !                       !  Direction of action: 
    186    ln_traldf_lev   =  .false.  !  iso-level 
    187    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    188    ln_traldf_iso   =  .true.   !  iso-neutral 
    189    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
    190    ! 
    191    !                       !  iso-neutral options:         
    192    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    193    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    194    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    195    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    196    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    197    ! 
    198    !                       !  Coefficients: 
    199    nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    200    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    201    !                                !   =  0           constant  
    202    !                                !   = 10 F(k)      =ldf_c1d  
    203    !                                !   = 20 F(i,j)    =ldf_c2d  
    204    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    205    !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
    206    !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
    207    rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    208    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    209 / 
    210 !----------------------------------------------------------------------- 
    211 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    212 !----------------------------------------------------------------------- 
    213    ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
    214    rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
    215    nn_aei_ijk_t  = 0       ! space/time variation of the eiv coeficient 
    216    !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    217    !                                !   =  0           constant 
    218    !                                !   = 10 F(k)      =ldf_c1d 
    219    !                                !   = 20 F(i,j)    =ldf_c2d 
    220    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    221    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    222    ln_ldfeiv_dia =.false.  ! diagnose eiv stream function and velocities 
    223 / 
    224 !----------------------------------------------------------------------- 
    225 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    226 !----------------------------------------------------------------------- 
    227 / 
    228 !----------------------------------------------------------------------- 
    229 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    230 !----------------------------------------------------------------------- 
    231 / 
    232 !----------------------------------------------------------------------- 
    233 &namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    234 !----------------------------------------------------------------------- 
    235 / 
    236 !----------------------------------------------------------------------- 
    237 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    238 !----------------------------------------------------------------------- 
    239 / 
    240 !----------------------------------------------------------------------- 
    241 &namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    242 !----------------------------------------------------------------------- 
    243 / 
    244 !----------------------------------------------------------------------- 
    245 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
    246 !----------------------------------------------------------------------- 
    247 / 
    248 !----------------------------------------------------------------------- 
    249 &namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    250 !----------------------------------------------------------------------- 
    251 / 
    252 !----------------------------------------------------------------------- 
    253 &namzdf        !   vertical physics                                     (default: NO selection) 
    254 !----------------------------------------------------------------------- 
    255 / 
    256 !----------------------------------------------------------------------- 
    257 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    258 !----------------------------------------------------------------------- 
    259 / 
    260 !----------------------------------------------------------------------- 
    261 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    262 !----------------------------------------------------------------------- 
    263 / 
    264 !----------------------------------------------------------------------- 
    265 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    266 !----------------------------------------------------------------------- 
    267 / 
    268 !----------------------------------------------------------------------- 
    269 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    270 !----------------------------------------------------------------------- 
    271 / 
    272 !----------------------------------------------------------------------- 
    273 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    274 !----------------------------------------------------------------------- 
    275 / 
    276 !----------------------------------------------------------------------- 
    277 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    278 !----------------------------------------------------------------------- 
    279 / 
    280 !----------------------------------------------------------------------- 
    281 &namctl        !   Control prints  
    282 !----------------------------------------------------------------------- 
    283 / 
    284 !----------------------------------------------------------------------- 
    285 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    286 !----------------------------------------------------------------------- 
    287 / 
    288 !----------------------------------------------------------------------- 
    289 &namtrd        !   trend diagnostics                                    (default F) 
    290 !----------------------------------------------------------------------- 
    291 / 
    292 !----------------------------------------------------------------------- 
    293 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    294 !----------------------------------------------------------------------- 
    295 / 
    296 !----------------------------------------------------------------------- 
    297 &namhsb        !  Heat and salt budgets                                 (default F) 
    298 !----------------------------------------------------------------------- 
    299 / 
    300 !----------------------------------------------------------------------- 
    301 &namdiu        !   Cool skin and warm layer models                      (default F) 
    302 !----------------------------------------------------------------------- 
    303 / 
    304 !----------------------------------------------------------------------- 
    305 &namflo        !   float parameters                                     ("key_float") 
    306 !----------------------------------------------------------------------- 
    307 / 
    308 !----------------------------------------------------------------------- 
    309 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    310 !----------------------------------------------------------------------- 
    311 / 
    312 !----------------------------------------------------------------------- 
    313 &namdct        ! transports through some sections                       ("key_diadct") 
    314 !----------------------------------------------------------------------- 
    315 / 
    316 !----------------------------------------------------------------------- 
    317 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    318 !----------------------------------------------------------------------- 
    319 / 
    320 !----------------------------------------------------------------------- 
    321 &nam_dia25h    !  25h Mean Output                                       (default F) 
    322 !----------------------------------------------------------------------- 
    323 / 
    324 !----------------------------------------------------------------------- 
    325 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    326 !----------------------------------------------------------------------- 
    327 / 
    328 !----------------------------------------------------------------------- 
    329 &namobs        !  observation usage switch 
    330 !----------------------------------------------------------------------- 
    331 / 
    332 !----------------------------------------------------------------------- 
    333 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    334 !----------------------------------------------------------------------- 
    335 / 
    336 !----------------------------------------------------------------------- 
    337 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    338 !----------------------------------------------------------------------- 
    339 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    340 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    341    sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    342    sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    343    sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    344    sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    345    sn_fmf  = 'dyna_grid_T' ,    120            , 'iowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    346    sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    347    sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    348    sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    349    sn_uwd  = 'dyna_grid_U' ,    120            , 'uocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    350    sn_vwd  = 'dyna_grid_V' ,    120            , 'vocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    351    sn_wwd  = 'dyna_grid_W' ,    120            , 'wocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    352    sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    353    sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    354    sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    355 ! 
    356    cn_dir          = './'       !  root directory for the location of the dynamical files 
    35796   ln_dynrnf       =  .false.   !  runoffs option enabled (T) or not (F) 
    35897   ln_dynrnf_depth =  .false.   ! runoffs is spread in vertical (T) or not (F) 
    35998!   fwbcorr      = 3.786e-06    ! annual global mean of empmr for ssh correction 
     99 
     100 
     101   cn_dir      = './'      !  root directory for the ocean data location 
     102   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     103   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     104   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     105   sn_tem      = 'dyna_grid_T'           ,       120         , 'votemper'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     106   sn_sal      = 'dyna_grid_T'           ,       120         , 'vosaline'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     107   sn_mld      = 'dyna_grid_T'           ,       120         , 'somixhgt'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     108   sn_emp      = 'dyna_grid_T'           ,       120         , 'sowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     109   sn_fmf      = 'dyna_grid_T'           ,       120         , 'iowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     110   sn_ice      = 'dyna_grid_T'           ,       120         , 'soicecov'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     111   sn_qsr      = 'dyna_grid_T'           ,       120         , 'soshfldo'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     112   sn_wnd      = 'dyna_grid_T'           ,       120         , 'sowindsp'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     113   sn_uwd      = 'dyna_grid_U'           ,       120         , 'uocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     114   sn_vwd      = 'dyna_grid_V'           ,       120         , 'vocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     115   sn_wwd      = 'dyna_grid_W'           ,       120         , 'wocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     116   sn_avt      = 'dyna_grid_W'           ,       120         , 'voddmavs'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     117   sn_ubl      = 'dyna_grid_U'           ,       120         , 'sobblcox'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     118   sn_vbl      = 'dyna_grid_V'           ,       120         , 'sobblcoy'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    360119/ 
Note: See TracChangeset for help on using the changeset viewer.