Changeset 2567
- Timestamp:
- 2011-01-25T10:36:27+01:00 (14 years ago)
- Location:
- trunk/NEMOGCM
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/CONFIG/GYRE_LOBSTER/EXP00/namelist_lobster
r2528 r2567 100 100 &namlobdia ! additional 2D/3D tracers diagnostics ("key_trc_diaadd") 101 101 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 102 n writedia = 360! time step frequency for tracers diagnostics102 nn_writedia = 360 ! time step frequency for tracers diagnostics 103 103 ! 104 104 ! ! name ! title of ! units ! -
trunk/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_pisces
r2528 r2567 142 142 &nampisdia ! additional 2D/3D tracers diagnostics ("key_trc_diaadd") 143 143 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 144 n writedia = 5475! time step frequency for tracers diagnostics144 nn_writedia = 5475 ! time step frequency for tracers diagnostics 145 145 ! 146 146 ! ! name ! title of the field ! units ! -
trunk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_pisces
r2528 r2567 142 142 &nampisdia ! additional 2D/3D tracers diagnostics ("key_trc_diaadd") 143 143 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 144 n writedia = 1460! time step frequency for tracers diagnostics144 nn_writedia = 1460 ! time step frequency for tracers diagnostics 145 145 ! 146 146 ! ! name ! title of the field ! units ! -
trunk/NEMOGCM/NEMO/TOP_SRC/C14b/trcnam_c14b.F90
r2528 r2567 59 59 NAMELIST/namc14date/ ndate_beg_b, nyear_res_b 60 60 #if defined key_diatrc && ! defined key_iomput 61 NAMELIST/namc14dia/n writedia, c14dia2d, c14dia3d ! additional diagnostics61 NAMELIST/namc14dia/nn_writedia, c14dia2d, c14dia3d ! additional diagnostics 62 62 #endif 63 63 !!------------------------------------------------------------------- … … 85 85 ! Namelist namc14dia 86 86 ! ------------------- 87 n writedia = 10 ! default values87 nn_writedia = 10 ! default values 88 88 89 89 DO jl = 1, jp_c14b_2d … … 121 121 WRITE(numout,*) 122 122 WRITE(numout,*) ' Namelist : natadd' 123 WRITE(numout,*) ' frequency of outputs for additional arrays n writedia = ', nwritedia123 WRITE(numout,*) ' frequency of outputs for additional arrays nn_writedia = ', nn_writedia 124 124 DO jl = 1, jp_c14b_3d 125 125 jn = jp_c14b0_3d + jl - 1 -
trunk/NEMOGCM/NEMO/TOP_SRC/CFC/trcnam_cfc.F90
r2528 r2567 57 57 NAMELIST/namcfcdate/ ndate_beg, nyear_res 58 58 #if defined key_diatrc && ! defined key_iomput 59 NAMELIST/namcfcdia/n writedia, cfcdia2d ! additional diagnostics59 NAMELIST/namcfcdia/nn_writedia, cfcdia2d ! additional diagnostics 60 60 #endif 61 61 !!------------------------------------------------------------------- … … 83 83 ! Namelist namcfcdia 84 84 ! ------------------- 85 n writedia = 10 ! default values85 nn_writedia = 10 ! default values 86 86 87 87 DO jl = 1, jp_cfc_2d … … 106 106 WRITE(numout,*) 107 107 WRITE(numout,*) ' Namelist : natadd' 108 WRITE(numout,*) ' frequency of outputs for additional arrays n writedia = ', nwritedia108 WRITE(numout,*) ' frequency of outputs for additional arrays nn_writedia = ', nn_writedia 109 109 DO jl = 1, jp_cfc_2d 110 110 jn = jp_cfc0_2d + jl - 1 -
trunk/NEMOGCM/NEMO/TOP_SRC/LOBSTER/trcnam_lobster.F90
r2528 r2567 79 79 NAMELIST/namlobopt/ xkg0, xkr0, xkgp, xkrp, xlg, xlr, rpig 80 80 #if defined key_diatrc && ! defined key_iomput 81 NAMELIST/namlobdia/n writedia, lobdia3d, lobdia2d ! additional diagnostics81 NAMELIST/namlobdia/nn_writedia, lobdia3d, lobdia2d ! additional diagnostics 82 82 #endif 83 83 #if defined key_diabio || defined key_trdmld_trc … … 283 283 ! Namelist namlobdia 284 284 ! ------------------- 285 n writedia = 10 ! default values285 nn_writedia = 10 ! default values 286 286 287 287 DO jl = 1, jp_lobster_2d … … 319 319 WRITE(numout,*) 320 320 WRITE(numout,*) ' Namelist : natadd' 321 WRITE(numout,*) ' frequency of outputs for additional arrays n writedia = ', nwritedia321 WRITE(numout,*) ' frequency of outputs for additional arrays nn_writedia = ', nn_writedia 322 322 DO jl = 1, jp_lobster_3d 323 323 jn = jp_lob0_3d + jl - 1 -
trunk/NEMOGCM/NEMO/TOP_SRC/PISCES/trcnam_pisces.F90
r2528 r2567 65 65 #endif 66 66 #if defined key_diatrc && ! defined key_iomput 67 NAMELIST/nampisdia/ n writedia, pisdia3d, pisdia2d ! additional diagnostics67 NAMELIST/nampisdia/ nn_writedia, pisdia3d, pisdia2d ! additional diagnostics 68 68 #endif 69 69 NAMELIST/nampisdmp/ ln_pisdmp, ln_pisclo … … 125 125 ! Namelist namlobdia 126 126 ! ------------------- 127 n writedia = 10 ! default values127 nn_writedia = 10 ! default values 128 128 129 129 DO jl = 1, jp_pisces_2d … … 161 161 WRITE(numout,*) 162 162 WRITE(numout,*) ' Namelist : natadd' 163 WRITE(numout,*) ' frequency of outputs for additional arrays n writedia = ', nwritedia163 WRITE(numout,*) ' frequency of outputs for additional arrays nn_writedia = ', nn_writedia 164 164 DO jl = 1, jp_pisces_3d 165 165 jn = jp_pcs0_3d + jl - 1 -
trunk/NEMOGCM/NEMO/TOP_SRC/trc.F90
r2528 r2567 81 81 #if defined key_diabio || defined key_trdmld_trc 82 82 ! !!* namtop_XXX namelist * 83 INTEGER , PUBLIC :: n writebio !: time step frequency for biological outputs83 INTEGER , PUBLIC :: nn_writebio !: time step frequency for biological outputs 84 84 CHARACTER(len=8 ), PUBLIC, DIMENSION(jpdiabio) :: ctrbio !: biological trends name 85 85 CHARACTER(len=20), PUBLIC, DIMENSION(jpdiabio) :: ctrbiu !: biological trends unit -
trunk/NEMOGCM/NEMO/TOP_SRC/trcdia.F90
r2528 r2567 231 231 !! 232 232 !! At each time step call histdef to compute the mean if necessary 233 !! Each n writedia time step, output the instantaneous or mean fields233 !! Each nn_writedia time step, output the instantaneous or mean fields 234 234 !! 235 235 !! IF kindic <0, output of fields before the model interruption. … … 380 380 !! 381 381 !! At each time step call histdef to compute the mean if necessary 382 !! Each n writebio time step, output the instantaneous or mean fields382 !! Each nn_writebio time step, output the instantaneous or mean fields 383 383 !! 384 384 !! IF kindic <0, output of fields before the model interruption. -
trunk/NEMOGCM/NEMO/TOP_SRC/trcwri.F90
r2528 r2567 66 66 ! --------------------------------------- 67 67 DO jn = 1, jptra 68 cltra = ctrcnm(jn)! short title for tracer68 cltra = TRIM( ctrcnm(jn) ) ! short title for tracer 69 69 CALL iom_put( cltra, trn(:,:,:,jn) ) 70 70 END DO
Note: See TracChangeset
for help on using the changeset viewer.