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 7820 for trunk – NEMO

Changeset 7820 for trunk


Ignore:
Timestamp:
2017-03-22T11:50:24+01:00 (7 years ago)
Author:
clem
Message:

debug test cases

Location:
trunk/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_cfg

    r7355 r7820  
    1111&namrun        !   parameters of the run 
    1212!----------------------------------------------------------------------- 
    13    nn_no       =       0   !  job number (no more used...) 
    14    cn_exp      =  "ORCA2"  !  experience name 
    15    nn_it000    =       1   !  first time step 
    16    nn_itend    =    5475   !  last  time step (std 5475) 
     13   nn_no       =       0      !  job number (no more used...) 
     14   cn_exp      =  "SASBIPER"  !  experience name 
     15   nn_it000    =       1      !  first time step 
     16   nn_itend    =    5475      !  last  time step (std 5475) 
    1717/ 
    1818!----------------------------------------------------------------------- 
    1919&namcfg     !   parameters of the configuration 
    2020!----------------------------------------------------------------------- 
    21    ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    22       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    23       cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    24 / 
    25 !----------------------------------------------------------------------- 
    26 &namzgr        !   vertical coordinate 
    27 !----------------------------------------------------------------------- 
    28    ln_zps      = .true.    !  z-coordinate - partial steps 
     21   ln_read_cfg = .false.    !  (=T) read the domain configuration file 
     22      !                     !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     23      cn_domcfg = "SASBIPER_domcfg"    ! domain configuration filename 
    2924/ 
    3025!----------------------------------------------------------------------- 
     
    3328   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    3429   ! 
    35    nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     30   nn_msh      =    1      !  create (>0) a mesh file or not (=0) 
    3631   ! 
    3732/ 
     
    4843&namsbc        !   Surface Boundary Condition (surface module) 
    4944!----------------------------------------------------------------------- 
    50    ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
     45   ln_usr      = .true.   !  user defined formulation                  (T => check usrdef_sbc) 
    5146/ 
    5247!----------------------------------------------------------------------- 
    5348&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    5449!----------------------------------------------------------------------- 
    55    ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    5650/ 
    5751!----------------------------------------------------------------------- 
     
    8680&nambbc        !   bottom temperature boundary condition                (default: NO) 
    8781!----------------------------------------------------------------------- 
    88    ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    8982/ 
    9083!----------------------------------------------------------------------- 
     
    10194!----------------------------------------------------------------------- 
    10295   ln_traadv_fct =  .true.    !  FCT scheme 
    103       nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     96      nn_fct_h   =  4               !  =2/4, horizontal 2nd / 4th order  
    10497      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    10598      nn_fct_zts =  0               !  > 1 , 2nd order FCT scheme with vertical sub-timestepping 
     
    174167&namdyn_hpg    !   Hydrostatic pressure gradient option 
    175168!----------------------------------------------------------------------- 
    176    ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
     169   ln_hpg_zco  = .true.   !  z-coordinate - full steps 
    177170/ 
    178171!----------------------------------------------------------------------- 
  • trunk/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_ice_cfg

    r7355 r7820  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/LIM-2 : Ice configuration namelist. Overwrites SHARED/namelist_ice_lim2_ref 
    3 !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4  
    5 !----------------------------------------------------------------------- 
    6 &namicerun     !   Share parameters for dynamics/advection/thermo 
    7 !----------------------------------------------------------------------- 
     2!! LIM3 namelist:   
     3!!              1 - Generic parameters                 (namicerun) 
     4!!              2 - Diagnostics                        (namicediag) 
     5!!              3 - Ice initialization                 (namiceini) 
     6!!              4 - Ice discretization                 (namiceitd) 
     7!!              5 - Ice dynamics and transport         (namicedyn) 
     8!!              6 - Ice diffusion                      (namicehdf) 
     9!!              7 - Ice thermodynamics                 (namicethd) 
     10!!              8 - Ice salinity                       (namicesal) 
     11!!              9 - Ice mechanical redistribution      (namiceitdme) 
     12!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     13! 
     14!------------------------------------------------------------------------------ 
     15&namicerun     !   Generic parameters 
     16!------------------------------------------------------------------------------ 
     17   jpl              =    1          !  number of ice  categories 
     18   nlay_i           =    1          !  number of ice  layers 
     19   ln_limthd        =  .false.       !  ice thermo   (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
     20   ln_limdyn        =  .true.       !  ice dynamics (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
     21   nn_limdyn        =   0           !     (ln_limdyn=T) switch for ice dynamics 
     22                                    !      2: total 
     23                                    !      1: advection only (no diffusion, no ridging/rafting) 
     24                                    !      0: advection only (as 1 but with prescribed velocity, bypass rheology) 
     25   rn_uice          =   0.5    !     (nn_limdyn=0) ice u-velocity 
     26   rn_vice          =   0.0    !     (nn_limdyn=0) ice v-velocity 
    827/ 
    9 !----------------------------------------------------------------------- 
    10 &namiceini     !   ice initialisation 
    11 !----------------------------------------------------------------------- 
     28!------------------------------------------------------------------------------ 
     29&namicediag    !   Diagnostics 
     30!------------------------------------------------------------------------------ 
    1231/ 
    13 !----------------------------------------------------------------------- 
    14 &namicedyn     !   ice dynamic 
    15 !----------------------------------------------------------------------- 
     32!------------------------------------------------------------------------------ 
     33&namiceini     !   Ice initialization 
     34!------------------------------------------------------------------------------ 
     35                  ! -- limistate -- ! 
     36   ln_limini      = .true.         !  activate ice initialization (T) or not (F) 
     37   ln_limini_file = .true.         !  netcdf file provided for initialization (T) or not (F) 
     38   cn_dir="./" 
     39   sn_hti = 'initice'    , -12 ,'hti'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     40   sn_hts = 'initice'    , -12 ,'hts'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     41   sn_ati = 'initice'    , -12 ,'ati'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     42   sn_tsu = 'initice'    , -12 ,'tsu'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     43   sn_tmi = 'initice'    , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     44   sn_smi = 'initice'    , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    1645/ 
    17 !----------------------------------------------------------------------- 
    18 &namicetrp     !   ice transport 
    19 !----------------------------------------------------------------------- 
     46!------------------------------------------------------------------------------ 
     47&namiceitd     !   Ice discretization 
     48!------------------------------------------------------------------------------ 
    2049/ 
    21 !----------------------------------------------------------------------- 
    22 &namicethd     !   ice thermodynamic 
    23 !----------------------------------------------------------------------- 
     50!------------------------------------------------------------------------------ 
     51&namicedyn     !   Ice dynamics and transport 
     52!------------------------------------------------------------------------------ 
     53                  ! -- limtrp & limadv -- ! 
     54   nn_limadv      =    0            !  choose the advection scheme (-1=Prather ; 0=Ultimate-Macho) 
     55   nn_limadv_ord  =    5            !  choose the order of the advection scheme (if nn_limadv=0) 
    2456/ 
     57!------------------------------------------------------------------------------ 
     58&namicehdf     !   Ice horizontal diffusion 
     59!------------------------------------------------------------------------------ 
     60/ 
     61!------------------------------------------------------------------------------ 
     62&namicethd     !   Ice thermodynamics 
     63!------------------------------------------------------------------------------ 
     64                  ! -- limthd_dh -- ! 
     65   ln_limdH       = .true.          !  activate ice thickness change from growing/melting (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
     66                  ! -- limthd_da -- ! 
     67   ln_limdA       = .true.          !  activate lateral melting param. (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
     68                 ! -- limthd_lac -- ! 
     69   ln_limdO       = .true.          !  activate ice growth in open-water (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
     70   rn_hnewice     = 0.02            !  thickness for new ice formation in open water (m) 
     71                  ! -- limitd_th -- ! 
     72   rn_himin       = 0.01            !  minimum ice thickness (m) used in remapping, must be smaller than rn_hnewice 
     73/ 
     74!------------------------------------------------------------------------------ 
     75&namicesal     !   Ice salinity 
     76!------------------------------------------------------------------------------ 
     77                 ! -- limthd_sal -- ! 
     78   ln_limdS       = .true.          !  activate gravity drainage and flushing (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
     79/ 
     80!------------------------------------------------------------------------------ 
     81&namiceitdme   !   Ice mechanical redistribution (ridging and rafting) 
     82!------------------------------------------------------------------------------ 
     83                  ! -- limitd_me -- ! 
     84   ln_ridging     =   .true.        !  ridging activated (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
     85   ln_rafting     =   .true.        !  rafting activated (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
     86/ 
  • trunk/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_ice_ref

    r7642 r7820  
    1 link ../../../SHARED/namelist_ice_lim2_ref 
     1link ../../../SHARED/namelist_ice_lim3_ref 
Note: See TracChangeset for help on using the changeset viewer.