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 12065 for NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists – NEMO

Ignore:
Timestamp:
2019-12-05T12:06:36+01:00 (5 years ago)
Author:
smueller
Message:

Synchronizing with /NEMO/trunk@12055 (ticket #2194)

Location:
NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc
Files:
2 deleted
93 edited
4 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc

    • Property svn:ignore deleted
    • Property svn:externals set to
      ^/utils/badges badges
      ^/utils/logos logos
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nam_diaharm

    r10075 r12065  
    11!----------------------------------------------------------------------- 
    2 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
     2&nam_diaharm   !   Harmonic analysis of tidal constituents              (default: OFF) 
    33!----------------------------------------------------------------------- 
    4     nit000_han = 1         ! First time step used for harmonic analysis 
    5     nitend_han = 75        ! Last time step used for harmonic analysis 
    6     nstep_han  = 15        ! Time step frequency for harmonic analysis 
    7     tname(1)   = 'M2'      ! Name of tidal constituents 
    8     tname(2)   = 'K1' 
     4    ln_diaharm = .false.   ! Choose tidal harmonic output or not 
     5       nit000_han = 1      !    First time step used for harmonic analysis 
     6       nitend_han = 75     !    Last time step used for harmonic analysis 
     7       nstep_han  = 15     !    Time step frequency for harmonic analysis 
     8       tname(1)   = 'M2'   !    Name of tidal constituents 
     9       tname(2)   = 'K1'   !              --- 
    910/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namage

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namalb

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nambdy

    r10530 r12065  
    33!----------------------------------------------------------------------- 
    44   ln_bdy         = .false.   !  Use unstructured open boundaries 
    5    nb_bdy         = 2         !  number of open boundary sets 
    6    ln_coords_file = .true. , .false.    !  =T : read bdy coordinates from file 
     5   nb_bdy         = 0         !  number of open boundary sets 
     6   ln_coords_file = .true.    !  =T : read bdy coordinates from file 
    77      cn_coords_file = 'coordinates.bdy.nc'  !  bdy coordinates files 
    88   ln_mask_file   = .false.   !  =T : read mask from file 
    9       cn_mask_file = ''       !  name of mask file (if ln_mask_file=.TRUE.) 
    10    cn_dyn2d    = 'flather', 'none'       ! 
    11    nn_dyn2d_dta   =  3 , 0    !  = 0, bdy data are equal to the initial state 
     9      cn_mask_file = ''        !  name of mask file (if ln_mask_file=.TRUE.) 
     10   cn_dyn2d    = 'none'       ! 
     11   nn_dyn2d_dta   =  0        !  = 0, bdy data are equal to the initial state 
    1212      !                       !  = 1, bdy data are read in 'bdydata   .nc' files 
    1313      !                       !  = 2, use tidal harmonic forcing data from files 
    1414      !                       !  = 3, use external data AND tidal harmonic forcing 
    15    cn_dyn3d      =  'none' , 'none' 
    16    nn_dyn3d_dta  =  0 , 0     !  = 0, bdy data are equal to the initial state 
     15   cn_dyn3d      =  'none'    ! 
     16   nn_dyn3d_dta  =  0         !  = 0, bdy data are equal to the initial state 
    1717   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    18    cn_tra        =  'frs' , 'frs' 
    19    nn_tra_dta    =  1 , 0     !  = 0, bdy data are equal to the initial state 
     18   cn_tra        =  'none'    ! 
     19   nn_tra_dta    =  0         !  = 0, bdy data are equal to the initial state 
    2020   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    21    cn_ice        =  'none' , 'none' 
    22    nn_ice_dta    =  0, 0      !  = 0, bdy data are equal to the initial state 
     21   cn_ice        =  'none'    ! 
     22   nn_ice_dta    =  0         !  = 0, bdy data are equal to the initial state 
    2323   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    24    rn_ice_tem    = 270., 270. !  si3 only: arbitrary temperature of incoming sea ice 
    25    rn_ice_sal    = 10. ,  10. !  si3 only:      --   salinity           -- 
    26    rn_ice_age    = 30. ,  30. !  si3 only:      --   age                -- 
    2724   ! 
    28    ln_tra_dmp    =.false., .false.  !  open boudaries conditions for tracers 
    29    ln_dyn3d_dmp  =.false., .false.  !  open boundary condition for baroclinic velocities 
    30    rn_time_dmp   =  1., 1.    !  Damping time scale in days 
    31    rn_time_dmp_out = 1., 1.    !  Outflow damping time scale 
    32    nn_rimwidth   = 10, 5      !  width of the relaxation zone 
     25   ln_tra_dmp    =.false.     !  open boudaries conditions for tracers 
     26   ln_dyn3d_dmp  =.false.     !  open boundary condition for baroclinic velocities 
     27   rn_time_dmp   =  1.        !  Damping time scale in days 
     28   rn_time_dmp_out = 1.       !  Outflow damping time scale 
     29   nn_rimwidth   = 10         !  width of the relaxation zone 
    3330   ln_vol        = .false.    !  total volume correction (see nn_volctl parameter) 
    3431   nn_volctl     =  1         !  = 0, the total water flux across open boundaries is zero 
    35    nb_jpk_bdy    = -1         ! number of levels in the bdy data (set < 0 if consistent with planned run) 
    3632/ 
    37 !----------------------------------------------------------------------- 
    38 &nambdy_index     ! index definition of bdy 
    39 !----------------------------------------------------------------------- 
    40     ctypebdy = 'S' 
    41     nbdyind  =  2 
    42     nbdybeg  = 2 
    43     nbdyend  = 273 
    44 / 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nambdy_dta

    r10075 r12065  
    22&nambdy_dta    !  open boundaries - external data                       (see nam_bdy) 
    33!----------------------------------------------------------------------- 
    4    ln_full_vel = .false.      !  ??? 
    5  
     4   ln_zinterp  = .false.      !  T if a vertical interpolation is required. Variables gdep[tuv] and e3[tuv] must exist in the file 
     5   !                          !  automatically defined to T if the number of vertical levels in bdy dta /= jpk 
     6   ln_full_vel = .false.      !  T if [uv]3d are "full" velocities and not only its baroclinic components 
     7   !                          !  in this case, baroclinic and barotropic velocities will be recomputed -> [uv]2d not needed 
     8   ! 
    69   cn_dir      = 'bdydta/'    !  root directory for the BDY data location 
    710   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
    811   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    912   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    10    bn_ssh      = 'amm12_bdyT_u2d'        ,         24        , 'sossheig',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    11    bn_u2d      = 'amm12_bdyU_u2d'        ,         24        , 'vobtcrtx',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    12    bn_v2d      = 'amm12_bdyV_u2d'        ,         24        , 'vobtcrty',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    13    bn_u3d      = 'amm12_bdyU_u3d'        ,         24        , 'vozocrtx',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    14    bn_v3d      = 'amm12_bdyV_u3d'        ,         24        , 'vomecrty',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    15    bn_tem      = 'amm12_bdyT_tra'        ,         24        , 'votemper',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    16    bn_sal      = 'amm12_bdyT_tra'        ,         24        , 'vosaline',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     13   bn_ssh      = 'amm12_bdyT_u2d'        ,         24.       , 'sossheig',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     14   bn_u2d      = 'amm12_bdyU_u2d'        ,         24.       , 'vobtcrtx',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     15   bn_v2d      = 'amm12_bdyV_u2d'        ,         24.       , 'vobtcrty',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     16   bn_u3d      = 'amm12_bdyU_u3d'        ,         24.       , 'vozocrtx',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     17   bn_v3d      = 'amm12_bdyV_u3d'        ,         24.       , 'vomecrty',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     18   bn_tem      = 'amm12_bdyT_tra'        ,         24.       , 'votemper',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     19   bn_sal      = 'amm12_bdyT_tra'        ,         24.       , 'vosaline',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    1720!* for si3 
    18 !   bn_a_i     = 'amm12_bdyT_ice'        ,         24        , 'ileadfra',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    19 !   bn_h_i     = 'amm12_bdyT_ice'        ,         24        , 'iicethic',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    20 !   bn_h_s     = 'amm12_bdyT_ice'        ,         24        , 'isnowthi',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     21   bn_a_i      = 'amm12_bdyT_ice'        ,         24.       , 'siconc'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     22   bn_h_i      = 'amm12_bdyT_ice'        ,         24.       , 'sithic'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     23   bn_h_s      = 'amm12_bdyT_ice'        ,         24.       , 'snthic'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     24   bn_t_i      = 'NOT USED'              ,         24.       , 'sitemp'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     25   bn_t_s      = 'NOT USED'              ,         24.       , 'sntemp'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     26   bn_tsu      = 'NOT USED'              ,         24.       , 'sittop'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     27   bn_s_i      = 'NOT USED'              ,         24.       , 'sisalt'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     28   ! melt ponds (be careful, bn_aip is the pond concentration (not fraction), so it differs from rn_iceapnd) 
     29   bn_aip      = 'NOT USED'              ,         24.       , 'siapnd'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     30   bn_hip      = 'NOT USED'              ,         24.       , 'sihpnd'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     31   ! if bn_t_i etc are "not used", then define arbitrary temperatures and salinity and ponds 
     32   rn_ice_tem  = 270.         !  arbitrary temperature               of incoming sea ice 
     33   rn_ice_sal  = 10.          !       --   salinity                            -- 
     34   rn_ice_age  = 30.          !       --   age                                 -- 
     35   rn_ice_apnd = 0.2          !       --   pond fraction = a_ip/a_i            -- 
     36   rn_ice_hpnd = 0.05         !       --   pond depth                          -- 
    2137/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namberg

    r10075 r12065  
    55   ! 
    66   !                          ! diagnostics: 
    7    ln_bergdia        = .true.       ! Calculate budgets 
    8    nn_verbose_level  = 1            ! Turn on more verbose output if level > 0 
    9    nn_verbose_write  = 15           ! Timesteps between verbose messages 
    10    nn_sample_rate    = 1            ! Timesteps between sampling for trajectory storage 
     7   ln_bergdia        = .true.        ! Calculate budgets 
     8   nn_verbose_level  = 0             ! Turn on more verbose output if level > 0 
     9   nn_verbose_write  = 15            ! Timesteps between verbose messages 
     10   nn_sample_rate    = 1             ! Timesteps between sampling for trajectory storage 
    1111   ! 
    1212   !                          ! iceberg setting: 
    13    !                                ! Initial mass required for an iceberg of each class 
     13   !                                 ! Initial mass required for an iceberg of each class 
    1414   rn_initial_mass   = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
    15    !                                ! Proportion of calving mass to apportion to each class 
     15   !                                 ! Proportion of calving mass to apportion to each class 
    1616   rn_distribution   = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
    17    !                                ! Ratio between effective and real iceberg mass (non-dim) 
    18    !                                ! i.e. number of icebergs represented at a point 
    19    rn_mass_scaling   = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
    20                                     ! thickness of newly calved bergs (m) 
     17   !                                 ! Ratio between effective and real iceberg mass (non-dim) 
     18   !                                 ! i.e. number of icebergs represented at a point 
     19   rn_mass_scaling   = 2000., 200., 50., 20., 10., 5., 2., 1., 1., 1. 
     20                                     ! thickness of newly calved bergs (m) 
    2121   rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 
    2222   ! 
    23    rn_rho_bergs            = 850.   ! Density of icebergs 
    24    rn_LoW_ratio            = 1.5    ! Initial ratio L/W for newly calved icebergs 
    25    ln_operator_splitting   = .true. ! Use first order operator splitting for thermodynamics 
    26    rn_bits_erosion_fraction = 0.    ! Fraction of erosion melt flux to divert to bergy bits 
    27    rn_sicn_shift           = 0.     ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
    28    ln_passive_mode         = .false.! iceberg - ocean decoupling 
    29    nn_test_icebergs        =  10    ! Create test icebergs of this class (-1 = no) 
    30    !                                ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
     23   rn_rho_bergs            = 850.    ! Density of icebergs 
     24   rn_LoW_ratio            = 1.5     ! Initial ratio L/W for newly calved icebergs 
     25   ln_operator_splitting   = .true.  ! Use first order operator splitting for thermodynamics 
     26   rn_bits_erosion_fraction = 0.     ! Fraction of erosion melt flux to divert to bergy bits 
     27   rn_sicn_shift           = 0.      ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
     28   ln_passive_mode         = .false. ! iceberg - ocean decoupling 
     29   nn_test_icebergs        =  10     ! Create test icebergs of this class (-1 = no) 
     30   !                                 ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
    3131   rn_test_box             = 108.0,  116.0, -66.0, -58.0 
    32    ln_use_calving          = .false.! Use calving data even when nn_test_icebergs > 0 
    33    rn_speed_limit          = 0.     ! CFL speed limit for a berg 
     32   ln_use_calving          = .false. ! Use calving data even when nn_test_icebergs > 0 
     33   rn_speed_limit          = 0.      ! CFL speed limit for a berg 
    3434 
    3535   cn_dir      = './'      !  root directory for the calving data location 
     
    3737   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    3838   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    39    sn_icb     =  'calving'              ,         -1         ,'calvingmask',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     39   sn_icb     =  'calving'              ,         -1.        ,'calvingmask',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    4040/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namc14_fcg

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namc14_sbc

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namc14_typ

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namc1d_uvd

    r10075 r12065  
    1010   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    1111   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    12    sn_ucur     = 'ucurrent'              ,         -1        ,'u_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Ume'   , '' 
    13    sn_vcur     = 'vcurrent'              ,         -1        ,'v_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Vme'   , '' 
     12   sn_ucur     = 'ucurrent'              ,         -1.       ,'u_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Ume'   , '' 
     13   sn_vcur     = 'vcurrent'              ,         -1.       ,'v_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Vme'   , '' 
    1414/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namcfc

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namdia

    • Property svn:mime-type set to text/x-fortran
    r10201 r12065  
    22&namdia         !   Diagnostics 
    33!------------------------------------------------------------------------------ 
    4    ln_icediachk     = .false.         !  check online the heat, mass & salt budgets (T) or not (F) 
     4   ln_icediachk     = .false.         !  check online heat, mass & salt budgets 
     5      !                               !   rate of ice spuriously gained/lost at each time step => rn_icechk=1 <=> 1.e-6 m/hour 
     6      rn_icechk_cel =  100.           !     check at each gridcell          (1.e-4m/h)=> stops the code if violated (and writes a file) 
     7      rn_icechk_glo =  1.             !     check over the entire ice cover (1.e-6m/h)=> only prints warnings 
    58   ln_icediahsb     = .false.         !  output the heat, mass & salt budgets (T) or not (F) 
    69   ln_icectl        = .false.         !  ice points output for debug (T or F) 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namdom

    r10075 r12065  
    55   rn_isfhmin  =    1.00   !  treshold [m] to discriminate grounding ice from floating ice 
    66   ! 
    7    rn_rdt      = 5760.     !  time step for the dynamics and tracer 
     7   rn_rdt      = 5400.     !  time step for the dynamics and tracer 
    88   rn_atfp     =    0.1    !  asselin time filter parameter 
    99   ! 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namdta_dyn

    • Property svn:mime-type set to text/x-fortran
    r10075 r12065  
    1010   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    1111   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    12    sn_tem      = 'dyna_grid_T'           ,       120         , 'votemper'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    13    sn_sal      = 'dyna_grid_T'           ,       120         , 'vosaline'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    14    sn_mld      = 'dyna_grid_T'           ,       120         , 'somixhgt'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    15    sn_emp      = 'dyna_grid_T'           ,       120         , 'sowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    16    sn_fmf      = 'dyna_grid_T'           ,       120         , 'iowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    17    sn_ice      = 'dyna_grid_T'           ,       120         , 'soicecov'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    18    sn_qsr      = 'dyna_grid_T'           ,       120         , 'soshfldo'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    19    sn_wnd      = 'dyna_grid_T'           ,       120         , 'sowindsp'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    20    sn_uwd      = 'dyna_grid_U'           ,       120         , 'uocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    21    sn_vwd      = 'dyna_grid_V'           ,       120         , 'vocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    22    sn_wwd      = 'dyna_grid_W'           ,       120         , 'wocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    23    sn_avt      = 'dyna_grid_W'           ,       120         , 'voddmavs'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    24    sn_ubl      = 'dyna_grid_U'           ,       120         , 'sobblcox'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    25    sn_vbl      = 'dyna_grid_V'           ,       120         , 'sobblcoy'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     12   sn_tem      = 'dyna_grid_T'           ,       120.        , 'votemper'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     13   sn_sal      = 'dyna_grid_T'           ,       120.        , 'vosaline'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     14   sn_mld      = 'dyna_grid_T'           ,       120.        , 'somixhgt'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     15   sn_emp      = 'dyna_grid_T'           ,       120.        , 'sowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     16   sn_fmf      = 'dyna_grid_T'           ,       120.        , 'iowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     17   sn_ice      = 'dyna_grid_T'           ,       120.        , 'soicecov'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     18   sn_qsr      = 'dyna_grid_T'           ,       120.        , 'soshfldo'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     19   sn_wnd      = 'dyna_grid_T'           ,       120.        , 'sowindsp'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     20   sn_uwd      = 'dyna_grid_U'           ,       120.        , 'uocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     21   sn_vwd      = 'dyna_grid_V'           ,       120.        , 'vocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     22   sn_wwd      = 'dyna_grid_W'           ,       120.        , 'wocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     23   sn_avt      = 'dyna_grid_W'           ,       120.        , 'voddmavs'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     24   sn_ubl      = 'dyna_grid_U'           ,       120.        , 'sobblcox'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     25   sn_vbl      = 'dyna_grid_V'           ,       120.        , 'sobblcoy'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    2626/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namdyn

    • Property svn:mime-type set to text/x-fortran
    r10445 r12065  
    1010   rn_ishlat        =   2.            !  lbc : free slip (0) ; partial slip (0-2) ; no slip (2) ; strong slip (>2) 
    1111   ln_landfast_L16  = .false.         !  landfast: parameterization from Lemieux 2016 
    12    ln_landfast_home = .false.         !  landfast: parameterization from "home made" 
    1312      rn_depfra     =   0.125         !        fraction of ocean depth that ice must reach to initiate landfast 
    14                                       !          recommended range: [0.1 ; 0.25] - L16=0.125 - home=0.15 
    15       rn_icebfr     =  15.            !        ln_landfast_L16:  maximum bottom stress per unit volume [N/m3] 
    16                                       !        ln_landfast_home: maximum bottom stress per unit area of contact [N/m2] 
    17                                       !          recommended range: ?? L16=15 - home=10 
     13                                      !          recommended range: [0.1 ; 0.25] 
     14      rn_icebfr     =  15.            !        maximum bottom stress per unit volume [N/m3] 
    1815      rn_lfrelax    =   1.e-5         !        relaxation time scale to reach static friction [s-1] 
    19       rn_tensile    =   0.2           !        isotropic tensile strength 
     16      rn_tensile    =   0.05          !        isotropic tensile strength [0-0.5??] 
    2017/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namdyn_rdgrft

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namdyn_rhg

    • Property svn:mime-type set to text/x-fortran
    r10201 r12065  
    33!------------------------------------------------------------------------------ 
    44   ln_rhg_EVP       = .true.          !  EVP rheology 
    5       ln_aEVP       = .true.          !     adaptive rheology (Kimmritz et al. 2016 & 2017) 
     5      ln_aEVP       = .false.         !     adaptive rheology (Kimmritz et al. 2016 & 2017) 
    66      rn_creepl     =   2.0e-9        !     creep limit [1/s] 
    77      rn_ecc        =   2.0           !     eccentricity of the elliptical yield curve           
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namdyn_vor

    r10075 r12065  
    88   ln_dynvor_eeT = .false. !  energy conserving scheme (een using e3t) 
    99   ln_dynvor_een = .false. !  energy & enstrophy scheme 
    10       nn_een_e3f = 1          ! =0  e3f = mi(mj(e3t))/4  
     10      nn_een_e3f = 0          ! =0  e3f = mi(mj(e3t))/4  
    1111      !                       ! =1  e3f = mi(mj(e3t))/mi(mj( tmask)) 
    1212   ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T)        ==>>> PLEASE DO NOT ACTIVATE 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namflo

    r10445 r12065  
    11!----------------------------------------------------------------------- 
    2 &namflo        !   float parameters                                     ("key_float") 
     2&namflo        !   float parameters                                     (default: OFF) 
    33!----------------------------------------------------------------------- 
    4    jpnfl       = 1         !  total number of floats during the run 
    5    jpnnewflo   = 0         !  number of floats for the restart 
    6    ln_rstflo   = .false.   !  float restart (T) or not (F) 
    7    nn_writefl  =      75   !  frequency of writing in float output file 
    8    nn_stockfl  =    5475   !  frequency of creation of the float restart file 
    9    ln_argo     = .false.   !  Argo type floats (stay at the surface each 10 days) 
    10    ln_flork4   = .false.   !  trajectories computed with a 4th order Runge-Kutta (T) 
    11    !                       !  or computed with Blanke' scheme (F) 
    12    ln_ariane   = .true.    !  Input with Ariane tool convention(T) 
    13    ln_flo_ascii = .true.    !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
     4   ln_floats   = .false.      ! activate floats or not 
     5      jpnfl       = 1         !    total number of floats during the run 
     6      jpnnewflo   = 0         !    number of floats for the restart 
     7      ln_rstflo   = .false.   !    float restart (T) or not (F) 
     8      nn_writefl  =      75   !    frequency of writing in float output file 
     9      nn_stockfl  =    5475   !    frequency of creation of the float restart file 
     10      ln_argo     = .false.   !    Argo type floats (stay at the surface each 10 days) 
     11      ln_flork4   = .false.   !    trajectories computed with a 4th order Runge-Kutta (T) 
     12      !                       !    or computed with Blanke' scheme (F) 
     13      ln_ariane   = .true.    !    Input with Ariane tool convention(T) 
     14      ln_flo_ascii= .true.    !    Output with Ariane tool netcdf convention(F) or ascii file (T) 
    1415/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namhsb

    r10075 r12065  
    22&namhsb        !  Heat and salt budgets                                 (default: OFF) 
    33!----------------------------------------------------------------------- 
    4    ln_diahsb   = .false.   !  check the heat and salt budgets (T) or not (F) 
     4   ln_diahsb   = .false.   !  output the heat and salt budgets (T) or not (F) 
    55/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namini

    • Property svn:mime-type set to text/x-fortran
    r10445 r12065  
    44   ln_iceini        = .true.          !  activate ice initialization (T) or not (F) 
    55   ln_iceini_file   = .false.         !  netcdf file provided for initialization (T) or not (F) 
    6    rn_thres_sst     =   2.0           !  max delta temp. above Tfreeze with initial ice = (sst - tfreeze) 
    7    rn_hts_ini_n     =   0.3           !  initial real snow thickness (m), North 
     6   rn_thres_sst     =   2.0           !  max temp. above Tfreeze with initial ice = (sst - tfreeze) 
     7   rn_hti_ini_n     =   3.0           !  initial ice thickness       (m), North 
     8   rn_hti_ini_s     =   1.0           !        "            "             South 
     9   rn_hts_ini_n     =   0.3           !  initial snow thickness      (m), North 
    810   rn_hts_ini_s     =   0.3           !        "            "             South 
    9    rn_hti_ini_n     =   3.0           !  initial real ice thickness  (m), North 
    10    rn_hti_ini_s     =   1.0           !        "            "             South 
    1111   rn_ati_ini_n     =   0.9           !  initial ice concentration   (-), North 
    1212   rn_ati_ini_s     =   0.9           !        "            "             South 
    1313   rn_smi_ini_n     =   6.3           !  initial ice salinity     (g/kg), North 
    1414   rn_smi_ini_s     =   6.3           !        "            "             South 
    15    rn_tmi_ini_n     = 270.            !  initial ice/snw temperature (K), North 
     15   rn_tmi_ini_n     = 270.            !  initial ice temperature    (K), North 
    1616   rn_tmi_ini_s     = 270.            !        "            "             South 
    17  
     17   rn_tsu_ini_n     = 270.            !  initial surface temperature (K), North 
     18   rn_tsu_ini_s     = 270.            !        "            "             South 
     19   rn_tms_ini_n     = 270.            !  initial snw temperature     (K), North 
     20   rn_tms_ini_s     = 270.            !        "            "             South 
     21   rn_apd_ini_n     =   0.2           !  initial pond fraction       (-), North 
     22   rn_apd_ini_s     =   0.2           !        "            "             South 
     23   rn_hpd_ini_n     =   0.05          !  initial pond depth          (m), North 
     24   rn_hpd_ini_s     =   0.05          !        "            "             South 
     25   ! -- for ln_iceini_file = T 
    1826   sn_hti = 'Ice_initialization'    , -12 ,'hti'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    1927   sn_hts = 'Ice_initialization'    , -12 ,'hts'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    2028   sn_ati = 'Ice_initialization'    , -12 ,'ati'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     29   sn_smi = 'Ice_initialization'    , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     30   sn_tmi = 'Ice_initialization'    , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    2131   sn_tsu = 'Ice_initialization'    , -12 ,'tsu'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    22    sn_tmi = 'Ice_initialization'    , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    23    sn_smi = 'Ice_initialization'    , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     32   sn_tms = 'NOT USED'              , -12 ,'tms'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     33   !      melt ponds (be careful, sn_apd is the pond concentration (not fraction), so it differs from rn_apd) 
     34   sn_apd = 'NOT USED'              , -12 ,'apd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     35   sn_hpd = 'NOT USED'              , -12 ,'hpd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    2436   cn_dir='./' 
    2537/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namitd

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namlobdet

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namlobdom

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namlobnut

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namlobopt

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namlobphy

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namlobrat

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namlobsed

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namlobzoo

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nammpp

    r10445 r12065  
    22&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    33!----------------------------------------------------------------------- 
    4    cn_mpi_send =  'I'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send, 
    5    !                       !  buffer blocking send or immediate non-blocking sends, resp. 
    6    nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
     4   ln_listonly =  .false.  !  do nothing else than listing the best domain decompositions (with land domains suppression) 
     5   !                       !  if T: the largest number of cores tested is defined by max(mppsize, jpni*jpnj) 
    76   ln_nnogather =  .true.  !  activate code to avoid mpi_allgather use at the northfold 
    8    jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
    9    jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
     7   jpni        =   0       !  number of processors following i (set automatically if < 1), see also ln_listonly = T 
     8   jpnj        =   0       !  number of processors following j (set automatically if < 1), see also ln_listonly = T 
    109/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namobs

    r10445 r12065  
    1919   ln_s_at_t   = .false.             ! Logical switch for computing model S at T obs if not there 
    2020   ln_sstnight = .false.             ! Logical switch for calculating night-time average for SST obs 
     21   ln_bound_reject  = .false.        ! Logical to remove obs near boundaries in LAMs. 
    2122   ln_sla_fp_indegs = .true.         ! Logical for SLA: T=> averaging footprint is in degrees, F=> in metres 
    2223   ln_sst_fp_indegs = .true.         ! Logical for SST: T=> averaging footprint is in degrees, F=> in metres 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namp4zlim

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namp4zmes

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namp4zmort

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namp4zprod

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namp4zzoo

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namp5zlim

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namp5zmes

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namp5zmort

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namp5zprod

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namp5zquota

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namp5zzoo

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampar

    • Property svn:mime-type set to text/x-fortran
    r10201 r12065  
    55   nlay_i           =   2             !  number of ice  layers 
    66   nlay_s           =   1             !  number of snow layers (only 1 is working) 
    7    nn_virtual_itd   =   0             !  virtual ITD mono-category parameterizations (1-3 => jpl = 1 only) or not (0) 
    8                                       !     2: activate enhanced thermal conductivity only --- temporary option 
    9                                       !     3: activate virtual thin ice melting only      ---  temporary option 
     7   ln_virtual_itd   =   .false.       !  virtual ITD mono-category parameterization (jpl=1 only) 
     8                                      !     i.e. enhanced thermal conductivity & virtual thin ice melting 
    109   ln_icedyn        = .true.          !  ice dynamics (T) or not (F) 
    1110   ln_icethd        = .true.          !  ice thermo   (T) or not (F) 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampisatm

    • Property svn:mime-type set to text/x-fortran
    r10445 r12065  
    44!              !  file name   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    55!              !              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    6    sn_patm     = 'presatm'    ,     -1            , 'patm'    ,  .true.      , .true. , 'yearly'  , ''       , ''       , '' 
    7    sn_atmco2   = 'presatmco2' ,     -1            , 'xco2'    ,  .true.      , .true. , 'yearly'  , ''       , ''       , '' 
     6   sn_patm     = 'presatm'    ,     -1.           , 'patm'    ,  .true.      , .true. , 'yearly'  , ''       , ''       , '' 
     7   sn_atmco2   = 'presatmco2' ,     -1.           , 'xco2'    ,  .true.      , .true. , 'yearly'  , ''       , ''       , '' 
    88   cn_dir      = './'     !  root directory for the location of the dynamical files 
    99! 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampisbio

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampiscal

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampisdmp

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampisext

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampisfer

    • Property svn:mime-type set to text/x-fortran
    r10445 r12065  
    22&nampisfer     !   parameters for iron chemistry 
    33!----------------------------------------------------------------------- 
    4    ln_ligvar =  .true.    ! variable ligand concentration 
     4   ln_ligvar =  .false.    ! variable ligand concentration 
    55   xlam1     =  0.005     ! scavenging rate of Iron 
    66   xlamdust  =  150.0     ! Scavenging rate of dust 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampisice

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampislig

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampismass

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampismod

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampisopt

    • Property svn:mime-type set to text/x-fortran
    r10445 r12065  
    44!              !  file name       ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    55!              !                  !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    6    sn_par      = 'par.orca'       ,     24            , 'fr_par'  ,  .true.      , .true. , 'yearly'  , ''       , ''       , '' 
     6   sn_par      = 'par.orca'       ,     24.           , 'fr_par'  ,  .true.      , .true. , 'yearly'  , ''       , ''       , '' 
    77   cn_dir      = './'      !  root directory for the location of the dynamical files 
    88   ln_varpar   =  .true.   ! boolean for PAR variable 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampispoc

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampisrem

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/nampissbc

    • Property svn:mime-type set to text/x-fortran
    r10445 r12065  
    44!              !  file name        ! frequency (hours) ! variable      ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    55!              !                   !  (if <0  months)  !   name        !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    6    sn_dust     = 'dust.orca'       ,     -1            , 'dust'        ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    7    sn_solub    = 'solubility.orca' ,    -12            , 'solubility1' ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
    8    sn_riverdic = 'river.orca'      ,    120            , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    9    sn_riverdoc = 'river.orca'      ,    120            , 'riverdoc'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    10    sn_riverdin = 'river.orca'      ,    120            , 'riverdin'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    11    sn_riverdon = 'river.orca'      ,    120            , 'riverdon'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    12    sn_riverdip = 'river.orca'      ,    120            , 'riverdip'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    13    sn_riverdop = 'river.orca'      ,    120            , 'riverdop'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    14    sn_riverdsi = 'river.orca'      ,    120            , 'riverdsi'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    15    sn_ndepo    = 'ndeposition.orca',    -12            , 'ndep'        ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
    16    sn_ironsed  = 'bathy.orca'      ,    -12            , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
    17    sn_hydrofe  = 'hydrofe.orca'    ,    -12            , 'epsdb'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
     6   sn_dust     = 'dust.orca'       ,     -1.           , 'dust'        ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     7   sn_solub    = 'solubility.orca' ,    -12.           , 'solubility1' ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
     8   sn_riverdic = 'river.orca'      ,    120.           , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     9   sn_riverdoc = 'river.orca'      ,    120.           , 'riverdoc'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     10   sn_riverdin = 'river.orca'      ,    120.           , 'riverdin'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     11   sn_riverdon = 'river.orca'      ,    120.           , 'riverdon'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     12   sn_riverdip = 'river.orca'      ,    120.           , 'riverdip'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     13   sn_riverdop = 'river.orca'      ,    120.           , 'riverdop'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     14   sn_riverdsi = 'river.orca'      ,    120.           , 'riverdsi'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     15   sn_ndepo    = 'ndeposition.orca',    -12.           , 'ndep'        ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
     16   sn_ironsed  = 'bathy.orca'      ,    -12.           , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
     17   sn_hydrofe  = 'hydrofe.orca'    ,    -12.           , 'epsdb'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
    1818! 
    1919   cn_dir      = './'      !  root directory for the location of the dynamical files 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namrun

    r10445 r12065  
    55   cn_exp      =  "ORCA2"  !  experience name 
    66   nn_it000    =       1   !  first time step 
    7    nn_itend    =    5475   !  last  time step (std 5475) 
     7   nn_itend    =    5840   !  last  time step (std 5840) 
    88   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    99   nn_time0    =       0   !  initial time of day in hhmm 
     
    1818      cn_ocerst_indir = "."         !  directory from which to read input ocean restarts 
    1919      cn_ocerst_out   = "restart"   !  suffix of ocean restart name (output) 
    20       cn_ocerst_outdir = "."         !  directory in which to write output ocean restarts 
     20      cn_ocerst_outdir = "."        !  directory in which to write output ocean restarts 
    2121   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model 
    2222   nn_istate   =       0   !  output the initial state (1) or not (0) 
    2323   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
    24    nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     24   nn_stock    =       0   !  used only if ln_rst_list = F: output restart freqeuncy (modulo referenced to 1) 
     25      !                          !    =  0 force to write restart files only at the end of the run 
     26      !                          !    = -1 do not do any restart 
    2527   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    26    nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    27    ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
     28   nn_write    =       0   !  used only if key_iomput is not defined: output frequency (modulo referenced to nn_it000) 
     29      !                          !    =  0 force to write output files only at the end of the run 
     30      !                          !    = -1 do not do any output file 
     31   ln_mskland  = .false.   !  mask land points in NetCDF outputs 
    2832   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
    2933   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namsbc

    r10075 r12065  
    22&namsbc        !   Surface Boundary Condition manager                   (default: NO selection) 
    33!----------------------------------------------------------------------- 
    4    nn_fsbc     = 5         !  frequency of SBC module call 
     4   nn_fsbc     = 2         !  frequency of SBC module call 
    55      !                    !  (control sea-ice & iceberg model call) 
    66                     ! Type of air-sea fluxes  
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namsbc_apr

    r10075 r12065  
    1010   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    1111   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    12    sn_apr      = 'patm'                  ,         -1        ,'somslpre' ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,      '' 
     12   sn_apr      = 'patm'                  ,         -1.       ,'somslpre' ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,      '' 
    1313/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namsbc_blk

    r10445 r12065  
    2222   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask ! 
    2323   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
    24    sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , '' 
    25    sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , '' 
    26    sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    27    sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    28    sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    29    sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    30    sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    31    sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    32    sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     24   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6.        , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , '' 
     25   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6.        , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , '' 
     26   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     27   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     28   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     29   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     30   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     31   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     32   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    3333   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    3434/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namsbc_flx

    r10075 r12065  
    66   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    77   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    8    sn_utau     = 'utau'                  ,        24         , 'utau'    , .false.     , .false., 'yearly'  , ''               , ''       , '' 
    9    sn_vtau     = 'vtau'                  ,        24         , 'vtau'    , .false.     , .false., 'yearly'  , ''               , ''       , '' 
    10    sn_qtot     = 'qtot'                  ,        24         , 'qtot'    , .false.     , .false., 'yearly'  , ''               , ''       , '' 
    11    sn_qsr      = 'qsr'                   ,        24         , 'qsr'     , .false.     , .false., 'yearly'  , ''               , ''       , '' 
    12    sn_emp      = 'emp'                   ,        24         , 'emp'     , .false.     , .false., 'yearly'  , ''               , ''       , '' 
     8   sn_utau     = 'utau'                  ,        24.        , 'utau'    , .false.     , .false., 'yearly'  , ''               , ''       , '' 
     9   sn_vtau     = 'vtau'                  ,        24.        , 'vtau'    , .false.     , .false., 'yearly'  , ''               , ''       , '' 
     10   sn_qtot     = 'qtot'                  ,        24.        , 'qtot'    , .false.     , .false., 'yearly'  , ''               , ''       , '' 
     11   sn_qsr      = 'qsr'                   ,        24.        , 'qsr'     , .false.     , .false., 'yearly'  , ''               , ''       , '' 
     12   sn_emp      = 'emp'                   ,        24.        , 'emp'     , .false.     , .false., 'yearly'  , ''               , ''       , '' 
    1313/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namsbc_iif

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namsbc_isf

    r10445 r12065  
    2424   !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
    2525!* nn_isf = 4 case 
    26    sn_fwfisf   = 'rnfisf'    ,         -12       ,'sowflisf' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     26   sn_fwfisf   = 'rnfisf'    ,         -12.      ,'sowflisf' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    2727!* nn_isf = 3 case 
    28    sn_rnfisf   = 'rnfisf'    ,         -12       ,'sofwfisf' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     28   sn_rnfisf   = 'rnfisf'    ,         -12.      ,'sofwfisf' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    2929!* nn_isf = 2 and 3 cases  
    30    sn_depmax_isf ='rnfisf'    ,         -12       ,'sozisfmax',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    31    sn_depmin_isf ='rnfisf'    ,         -12       ,'sozisfmin',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     30   sn_depmax_isf ='rnfisf'   ,         -12.      ,'sozisfmax',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     31   sn_depmin_isf ='rnfisf'   ,         -12.      ,'sozisfmin',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    3232!* nn_isf = 2 case 
    33    sn_Leff_isf = 'rnfisf'    ,         -12       ,'Leff'     ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     33   sn_Leff_isf = 'rnfisf'    ,         -12.      ,'Leff'     ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    3434/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namsbc_rnf

    r10445 r12065  
    1818   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    1919   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    20    sn_rnf      = 'runoff_core_monthly'   ,        -1         , 'sorunoff',   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
    21    sn_cnf      = 'runoff_core_monthly'   ,         0         , 'socoefr0',   .false.   , .true. , 'yearly'  , ''               , ''       , '' 
    22    sn_s_rnf    = 'runoffs'               ,        24         , 'rosaline',   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
    23    sn_t_rnf    = 'runoffs'               ,        24         , 'rotemper',   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
    24    sn_dep_rnf  = 'runoffs'               ,         0         , 'rodepth' ,   .false.   , .true. , 'yearly'  , ''               , ''       , '' 
     20   sn_rnf      = 'runoff_core_monthly'   ,        -1.        , 'sorunoff',   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
     21   sn_cnf      = 'runoff_core_monthly'   ,         0.        , 'socoefr0',   .false.   , .true. , 'yearly'  , ''               , ''       , '' 
     22   sn_s_rnf    = 'runoffs'               ,        24.        , 'rosaline',   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
     23   sn_t_rnf    = 'runoffs'               ,        24.        , 'rotemper',   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
     24   sn_dep_rnf  = 'runoffs'               ,         0.        , 'rodepth' ,   .false.   , .true. , 'yearly'  , ''               , ''       , '' 
    2525/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namsbc_sas

    r10075 r12065  
    1010   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    1111   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    12    sn_usp      = 'sas_grid_U'            ,       120         , 'uos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
    13    sn_vsp      = 'sas_grid_V'            ,       120         , 'vos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
    14    sn_tem      = 'sas_grid_T'            ,       120         , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
    15    sn_sal      = 'sas_grid_T'            ,       120         , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
    16    sn_ssh      = 'sas_grid_T'            ,       120         , 'sossheig',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
    17    sn_e3t      = 'sas_grid_T'            ,       120         , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
    18    sn_frq      = 'sas_grid_T'            ,       120         , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     12   sn_usp      = 'sas_grid_U'            ,       120.        , 'uos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     13   sn_vsp      = 'sas_grid_V'            ,       120.        , 'vos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     14   sn_tem      = 'sas_grid_T'            ,       120.        , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     15   sn_sal      = 'sas_grid_T'            ,       120.        , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     16   sn_ssh      = 'sas_grid_T'            ,       120.        , 'sossheig',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     17   sn_e3t      = 'sas_grid_T'            ,       120.        , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     18   sn_frq      = 'sas_grid_T'            ,       120.        , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
    1919/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namsbc_ssr

    r10075 r12065  
    1414   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    1515   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    16    sn_sst      = 'sst_data'              ,        24         ,  'sst'    ,    .false.  , .false., 'yearly'  ,    ''            ,    ''    ,     '' 
    17    sn_sss      = 'sss_data'              ,        -1         ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
     16   sn_sst      = 'sst_data'              ,        24.        ,  'sst'    ,    .false.  , .false., 'yearly'  ,    ''            ,    ''    ,     '' 
     17   sn_sss      = 'sss_data'              ,        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
    1818/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namsbc_wave

    r10445 r12065  
    66   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    77   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    8    sn_cdg      =  'sdw_ecwaves_orca2'    ,        6          , 'drag_coeff' ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
    9    sn_usd      =  'sdw_ecwaves_orca2'    ,        6          , 'u_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
    10    sn_vsd      =  'sdw_ecwaves_orca2'    ,        6          , 'v_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
    11    sn_hsw      =  'sdw_ecwaves_orca2'    ,        6          , 'hs'         ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
    12    sn_wmp      =  'sdw_ecwaves_orca2'    ,        6          , 'wmp'        ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
    13    sn_wfr      =  'sdw_ecwaves_orca2'    ,        6          , 'wfr'        ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
    14    sn_wnum     =  'sdw_ecwaves_orca2'    ,        6          , 'wave_num'   ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
    15    sn_tauwoc   =  'sdw_ecwaves_orca2'    ,        6          , 'wave_stress',  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
    16    sn_tauwx    =  'sdw_ecwaves_orca2'    ,        6          , 'wave_stress',  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
    17    sn_tauwy    =  'sdw_ecwaves_orca2'    ,        6          , 'wave_stress',  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     8   sn_cdg      =  'sdw_ecwaves_orca2'    ,        6.         , 'drag_coeff' ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     9   sn_usd      =  'sdw_ecwaves_orca2'    ,        6.         , 'u_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     10   sn_vsd      =  'sdw_ecwaves_orca2'    ,        6.         , 'v_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     11   sn_hsw      =  'sdw_ecwaves_orca2'    ,        6.         , 'hs'         ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     12   sn_wmp      =  'sdw_ecwaves_orca2'    ,        6.         , 'wmp'        ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     13   sn_wfr      =  'sdw_ecwaves_orca2'    ,        6.         , 'wfr'        ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     14   sn_wnum     =  'sdw_ecwaves_orca2'    ,        6.         , 'wave_num'   ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     15   sn_tauwoc   =  'sdw_ecwaves_orca2'    ,        6.         , 'wave_stress',  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     16   sn_tauwx    =  'sdw_ecwaves_orca2'    ,        6.         , 'wave_stress',  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     17   sn_tauwy    =  'sdw_ecwaves_orca2'    ,        6.         , 'wave_stress',  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
    1818/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namthd

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namthd_da

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namthd_do

    • Property svn:mime-type set to text/x-fortran
    r10201 r12065  
    22&namthd_do      !   Ice growth in open water 
    33!------------------------------------------------------------------------------ 
    4    rn_hinew         =   0.1           !  thickness for new ice formation in open water (m), must be larger than rn_hnewice 
     4   rn_hinew         =   0.1           !  thickness for new ice formation in open water (m), must be larger than rn_himin 
    55   ln_frazil        = .false.         !  Frazil ice parameterization (ice collection as a function of wind) 
    66      rn_maxfraz    =   1.0           !     maximum fraction of frazil ice collecting at the ice base 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namthd_pnd

    • Property svn:mime-type set to text/x-fortran
    r10201 r12065  
    22&namthd_pnd     !   Melt ponds 
    33!------------------------------------------------------------------------------ 
    4    ln_pnd_H12       = .false.         !  activate evolutive melt ponds (from Holland et al 2012) 
    5       ln_pnd_fwb    = .false.         !     melt ponds store freshwater or not 
    6    ln_pnd_CST       = .false.         !  activate constant melt ponds 
    7       rn_apnd       =   0.2           !     prescribed pond fraction, at Tsu=0 
    8       rn_hpnd       =   0.05          !     prescribed pond depth, at Tsu=0 
    9    ln_pnd_alb       = .false.         !  melt ponds affect albedo or not 
     4   ln_pnd           = .false.         !  activate melt ponds or not 
     5     ln_pnd_H12     = .false.         !  activate evolutive melt ponds (from Holland et al 2012) 
     6     ln_pnd_CST     = .false.         !  activate constant melt ponds 
     7       rn_apnd      =   0.2           !     prescribed pond fraction, at Tsu=0 degC 
     8       rn_hpnd      =   0.05          !     prescribed pond depth,    at Tsu=0 degC 
     9     ln_pnd_alb     = .false.         !  melt ponds affect albedo or not 
    1010/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namthd_sal

    • Property svn:mime-type set to text/x-fortran
    r10201 r12065  
    55                                      !     1: constant ice salinity (S=rn_icesal) 
    66                                      !     2: varying salinity parameterization S(z,t) 
    7                                       !     3: prescribed salinity profile S(z), Schwarzacher, 1959 
    8    rn_icesal        =   4.            !    (nn_icesal=1) ice salinity (g/kg) 
    9    rn_sal_gd        =   5.            !  restoring ice salinity, gravity drainage (g/kg) 
    10    rn_time_gd       =   1.73e+6       !  restoring time scale, gravity drainage  (s) 
    11    rn_sal_fl        =   2.            !  restoring ice salinity, flushing (g/kg) 
    12    rn_time_fl       =   8.64e+5       !  restoring time scale, flushing (s) 
     7                                      !     3: prescribed salinity profile S(z) (Schwarzacher 1959) 
     8   rn_icesal        =   4.            !      (nn_icesal=1) ice salinity (g/kg) 
     9   rn_sal_gd        =   5.            !      (nn_icesal=2) restoring ice salinity, gravity drainage (g/kg) 
     10   rn_time_gd       =   1.73e+6       !      (nn_icesal=2) restoring time scale,  gravity drainage  (s) 
     11   rn_sal_fl        =   2.            !      (nn_icesal=2) restoring ice salinity, flushing (g/kg) 
     12   rn_time_fl       =   8.64e+5       !      (nn_icesal=2) restoring time scale,  flushing (s) 
    1313   rn_simax         =  20.            !  maximum tolerated ice salinity (g/kg) 
    1414   rn_simin         =   0.1           !  minimum tolerated ice salinity (g/kg) 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namthd_zdf

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtra_eiv

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtra_mle

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtra_qsr

    r10075 r12065  
    1616   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    1717   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    18    sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
     18   sn_chl      ='chlorophyll'            ,        -1.        , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
    1919/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtrc

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtrc_adv

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtrc_bc

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtrc_bdy

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtrc_dmp

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtrc_dta

    • Property svn:mime-type set to text/x-fortran
    r10201 r12065  
    44!                !  file name        ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    55!                !                   !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    6    sn_trcdta(1)  = 'data_TRC_nomask' ,        -12        ,  'TRC'    ,    .false.   , .true. , 'yearly'  , ''       , ''       , '' 
     6   sn_trcdta(1)  = 'data_TRC_nomask' ,        -12.       ,  'TRC'    ,    .false.   , .true. , 'yearly'  , ''       , ''       , '' 
    77   ! 
    88   cn_dir        =  './'     !  root directory for the location of the data files 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtrc_ice

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtrc_ldf

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtrc_rad

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtrc_run

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtrc_snk

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtrc_trd

    • Property svn:mime-type set to text/x-fortran
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namtsd

    r10075 r12065  
    1010   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    1111   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    12    sn_tem = 'data_1m_potential_temperature_nomask',  -1      , 'votemper',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
    13    sn_sal = 'data_1m_salinity_nomask'             ,  -1      , 'vosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     12   sn_tem = 'data_1m_potential_temperature_nomask',  -1.     , 'votemper',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     13   sn_sal = 'data_1m_salinity_nomask'             ,  -1.     , 'vosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
    1414/ 
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namwad

    r10499 r12065  
    11!----------------------------------------------------------------------- 
    2 &namwad  !   Wetting and drying 
     2&namwad        !   Wetting and Drying (WaD)                             (default: OFF) 
    33!----------------------------------------------------------------------- 
    4    ln_wd_il          = .false   ! T/F activation of iterative limiter for  wetting and drying scheme 
    5    ln_wd_dl          = .true.   ! T/F activation of directional llimiter for wetting drying scheme 
    6    ln_wd_dl_bc       = .true.   ! T/F Directional limiteer Baroclinic option 
    7    ln_wd_dl_rmp      = .true.   ! T/F Turn on directional limiter ramp 
    8    rn_wdmin0         =  0.30    ! dpoth at which wetting/drying starts 
    9    rn_wdmin1         =  0.2     ! Minimum wet depth on dried cells 
    10    rn_wdmin2         =  0.0001  ! Tolerance of min wet depth on dried cells 
    11    rn_wdld           =  2.5     ! Land elevation below which wetting/drying is allowed 
    12    nn_wdit           =   20     ! Max iterations for W/D limiter 
    13    rn_wd_sbcdep      =  5.0     ! Depth at which to taper sbc fluxes 
    14    rn_wd_sbcfra      =  0.999   ! Fraction of SBC fluxes at taper depth (Must be <1) 
     4   ln_wd_il    = .false.   !  T/F activation of iterative   limiter 
     5   ln_wd_dl    = .false.   !  T/F activation of directional limiter 
     6   ln_wd_dl_bc = .false.   ! T/F Directional limiteer Baroclinic option 
     7   ln_wd_dl_rmp = .false.  ! T/F Turn on directional limiter ramp 
     8   rn_wdmin0   =  0.30     !  depth at which WaD starts 
     9   rn_wdmin1   =  0.2      ! Minimum wet depth on dried cells 
     10   rn_wdmin2   =  0.0001   ! Tolerance of min wet depth on dried cells 
     11   rn_wdld     =  2.5      !  Land elevation below which WaD is allowed 
     12   nn_wdit     =   20      !  Max iterations for WaD limiter 
     13   rn_wd_sbcdep =  5.0     ! Depth at which to taper sbc fluxes 
     14   rn_wd_sbcfra =  0.999   ! Fraction of SBC fluxes at taper depth (Must be <1) 
    1515/ 
Note: See TracChangeset for help on using the changeset viewer.