Changeset 3639
- Timestamp:
- 2012-11-23T14:54:12+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2012/dev_r3604_LEGI8_TAM/NEMOGCM/CONFIG/ORCA2_TAM/EXP00/namelist
r3611 r3639 140 140 ln_rnf = .true. ! runoffs (T => fill namsbc_rnf) 141 141 ln_ssr = .true. ! Sea Surface Restoring on T and/or S (T => fill namsbc_ssr) 142 nn_fwb = 0! FreshWater Budget: =0 unchecked142 nn_fwb = 3 ! FreshWater Budget: =0 unchecked 143 143 ! =1 global mean of e-p-r set to zero at each time step 144 144 ! =2 annual global mean of e-p-r set to zero … … 254 254 ln_qsr_2bd = .false. ! 2 bands light penetration 255 255 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) 257 257 rn_abs = 0.58 ! RGB & 2 bands: fraction of light (rn_si1) 258 258 rn_si0 = 0.35 ! RGB & 2 bands: shortess depth of extinction … … 520 520 &namtra_adv ! advection scheme for tracer 521 521 !----------------------------------------------------------------------- 522 ln_traadv_cen2 = . true. ! 2nd order centered scheme523 ln_traadv_tvd = . false. ! TVD scheme522 ln_traadv_cen2 = .false. ! 2nd order centered scheme 523 ln_traadv_tvd = .true. ! TVD scheme 524 524 ln_traadv_muscl = .false. ! MUSCL scheme 525 525 ln_traadv_muscl2 = .false. ! MUSCL2 scheme + cen2 at boundaries … … 752 752 &namsol ! elliptic solver / island / free surface 753 753 !----------------------------------------------------------------------- 754 nn_solv = 2! elliptic solver: =1 preconditioned conjugate gradient (pcg)754 nn_solv = 1 ! elliptic solver: =1 preconditioned conjugate gradient (pcg) 755 755 ! =2 successive-over-relaxation (sor) 756 nn_sol_arp = 1! absolute/relative (0/1) precision convergence test756 nn_sol_arp = 0 ! absolute/relative (0/1) precision convergence test 757 757 rn_eps = 1.e-6 ! absolute precision of the solver 758 758 nn_nmin = 300 ! minimum of iterations for the SOR solver … … 768 768 ! buffer blocking send or immediate non-blocking sends, resp. 769 769 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 northfold771 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) 774 774 / 775 775 !----------------------------------------------------------------------- … … 786 786 nn_bench = 0 ! Bench mode (1/0): CAUTION use zero except for bench 787 787 ! (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) 789 789 / 790 790 … … 984 984 / 985 985 !----------------------------------------------------------------------- 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 !----------------------------------------------------------------------- 986 994 &namtst_tam ! NEMOTAM driver ('key_tam') 987 995 !----------------------------------------------------------------------- … … 991 999 / 992 1000 !----------------------------------------------------------------------- 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 files996 ln_trjhand = .true. ! Handling non linear trajectory997 nn_ittrjfrq = 5 ! Output/input frequency998 ln_trj_spl = .false. ! Handling trajectory at simple precision999 /1000 !-----------------------------------------------------------------------1001 1001 &namtl_trj ! Writing trajectory during a TL run (key_tam) 1002 1002 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.