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

Changeset 3639


Ignore:
Timestamp:
2012-11-23T14:54:12+01:00 (11 years ago)
Author:
pabouttier
Message:

[TAM] segfault due to a lack of compilation option (with ifort) - See ticket #1012

File:
1 edited

Legend:

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

    r3611 r3639  
    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      = 0         !  FreshWater Budget: =0 unchecked 
     142   nn_fwb      = 3         !  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   =      0    !  RGB : Chl data (=1) or cst value (=0) 
     256   nn_chldta   =      1    !  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 
     
    520520&namtra_adv    !   advection scheme for tracer 
    521521!----------------------------------------------------------------------- 
    522    ln_traadv_cen2   =  .true.  !  2nd order centered scheme 
    523    ln_traadv_tvd    =  .false.   !  TVD scheme 
     522   ln_traadv_cen2   =  .false.  !  2nd order centered scheme 
     523   ln_traadv_tvd    =  .true.   !  TVD scheme 
    524524   ln_traadv_muscl  =  .false.  !  MUSCL scheme 
    525525   ln_traadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
     
    752752&namsol        !   elliptic solver / island / free surface 
    753753!----------------------------------------------------------------------- 
    754    nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
     754   nn_solv     =      1    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    755755                           !                   =2 successive-over-relaxation (sor) 
    756    nn_sol_arp  =      1    !  absolute/relative (0/1) precision convergence test 
     756   nn_sol_arp  =      0    !  absolute/relative (0/1) precision convergence test 
    757757   rn_eps      =  1.e-6    !  absolute precision of the solver 
    758758   nn_nmin     =    300    !  minimum of iterations for the SOR solver 
     
    768768                           !  buffer blocking send or immediate non-blocking sends, resp. 
    769769   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
    770    ln_nnogather=   .true.  !  activate code to avoid mpi_allgather use at the northfold 
    771    jpni        =   1       !  jpni   number of processors following i (set automatically if < 1) 
    772    jpnj        =   1       !  jpnj   number of processors following j (set automatically if < 1) 
    773    jpnij       =   1       !  jpnij  number of local domains (set automatically if < 1) 
     770   ln_nnogather=  .false.  !  activate code to avoid mpi_allgather use at the northfold 
     771   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
     772   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
     773   jpnij       =   0       !  jpnij  number of local domains (set automatically if < 1) 
    774774/ 
    775775!----------------------------------------------------------------------- 
     
    786786   nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    787787                           !     (no physical validity of the results) 
    788    nn_timing   =    1      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
     788   nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    789789/ 
    790790 
     
    984984/ 
    985985!----------------------------------------------------------------------- 
     986&namtrj ! Handling non-linear trajectory for TAM (output for direct model, input for TAM) 
     987!----------------------------------------------------------------------- 
     988    cn_dirtrj   = 'tam_trajectory'   ! prefix for input/ouput files 
     989    ln_trjhand  = .false.            ! Handling non linear trajectory 
     990    nn_ittrjfrq = 5                 ! Output/input frequency 
     991    ln_trj_spl = .false.             ! Handling trajectory at simple precision 
     992/ 
     993!----------------------------------------------------------------------- 
    986994&namtst_tam ! NEMOTAM driver ('key_tam') 
    987995!----------------------------------------------------------------------- 
     
    991999/ 
    9921000!----------------------------------------------------------------------- 
    993 &namtrj ! Handling non-linear trajectory for TAM (output for direct model, input for TAM) 
    994 !----------------------------------------------------------------------- 
    995     cn_dirtrj   = 'tam_trajectory' ! prefix for input/ouput files 
    996     ln_trjhand  = .true.           ! Handling non linear trajectory 
    997     nn_ittrjfrq = 5                ! Output/input frequency 
    998     ln_trj_spl = .false.                 ! Handling trajectory at simple precision 
    999 / 
    1000 !----------------------------------------------------------------------- 
    10011001&namtl_trj ! Writing trajectory during a TL run (key_tam) 
    10021002!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.