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 3669 – NEMO

Changeset 3669


Ignore:
Timestamp:
2012-11-26T16:08:48+01:00 (11 years ago)
Author:
pabouttier
Message:

Update cppkeys and namelist for ORCA2_TAM configuration - See Ticket #1027

Location:
branches/2012/dev_r3604_LEGI8_TAM/NEMOGCM/CONFIG/ORCA2_TAM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3604_LEGI8_TAM/NEMOGCM/CONFIG/ORCA2_TAM/EXP00/namelist

    r3642 r3669  
    134134   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
    135135   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    136    nn_ice      = 2         !  =0 no ice boundary condition   , 
     136   nn_ice      = 0         !  =0 no ice boundary condition   , 
    137137                           !  =1 use observed ice-cover      , 
    138138                           !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
     
    140140   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    141141   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    142    nn_fwb      = 3         !  FreshWater Budget: =0 unchecked 
     142   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    143143                           !     =1 global mean of e-p-r set to zero at each time step 
    144144                           !     =2 annual global mean of e-p-r set to zero 
     
    254254   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    255255   ln_qsr_bio  = .false.   !  bio-model light penetration 
    256    nn_chldta   =      1    !  RGB : Chl data (=1) or cst value (=0) 
     256   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    257257   rn_abs      =   0.58    !  RGB & 2 bands: fraction of light (rn_si1) 
    258258   rn_si0      =   0.35    !  RGB & 2 bands: shortess depth of extinction 
     
    752752&namsol        !   elliptic solver / island / free surface 
    753753!----------------------------------------------------------------------- 
    754    nn_solv     =      1    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
     754   nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    755755                           !                   =2 successive-over-relaxation (sor) 
    756756   nn_sol_arp  =      0    !  absolute/relative (0/1) precision convergence test 
     
    987987!----------------------------------------------------------------------- 
    988988    cn_dirtrj   = 'tam_trajectory'   ! prefix for input/ouput files 
    989     ln_trjhand  = .false.            ! Handling non linear trajectory 
     989    ln_trjhand  = .true.            ! Handling non linear trajectory 
    990990    nn_ittrjfrq = 5                 ! Output/input frequency 
    991991    ln_trj_spl = .false.             ! Handling trajectory at simple precision 
     
    994994&namtst_tam ! NEMOTAM driver ('key_tam') 
    995995!----------------------------------------------------------------------- 
    996    ln_swi_opatam  = 2           ! Switch for different TAM modes 
     996   ln_swi_opatam  = 0           ! Switch for different TAM modes 
    997997                                ! = 0 => Routine by routine adjoint test 
    998998                                ! = 1 => Step adjoint test 
     999                                ! = 2 => Run LT model in stand-alone 
    9991000/ 
    10001001!----------------------------------------------------------------------- 
  • branches/2012/dev_r3604_LEGI8_TAM/NEMOGCM/CONFIG/ORCA2_TAM/cpp_ORCA2_TAM.fcm

    r3611 r3669  
    1  bld::tool::fppkeys key_trabbl key_orca_r2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_tam 
     1 bld::tool::fppkeys key_trabbl key_orca_r2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_nosignedzero key_tam 
Note: See TracChangeset for help on using the changeset viewer.