Changeset 1775 for CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL
- Timestamp:
- 06/14/12 15:19:27 (12 years ago)
- Location:
- CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/DRIVER/opa9.driver
r1549 r1775 43 43 PAT_NRSTAR=$( supergrep nn_rstctl ${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE} ) 44 44 PAT_NMSH=$( supergrep nn_msh ${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE} ) 45 PAT_ PRG=$(supergrep nn_prg ${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE} )45 PAT_NPRG=$( supergrep nn_prg ${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE} ) 46 46 PAT_NF_PTR=$( supergrep nf_ptr_wri ${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE} ) 47 47 -
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/DRIVER/pisces.driver
r1550 r1775 81 81 82 82 ##-- CO2 forcing : update atcco2 value in namelist_pisces 83 if [ "${pis eces_UserChoices_CARBON_CYCLE}" = "y" ]; then83 if [ "${pisces_UserChoices_CARBON_CYCLE}" = "y" ]; then 84 84 # Special case for carbon cycle 85 85 # Activate this case by putting CARBON_CYCLE=y in pisces.card section UserChoices -
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/PARAM/namelist_pisces_ORCA2
r1550 r1775 115 115 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 116 116 ln_dustfer = .true. ! boolean for dust input from the atmosphere 117 ln_river = .true. ! boolean for river input of nutrients117 ln_river = .true. ! AUTO boolean for river input of nutrients 118 118 ln_ndepo = .true. ! boolean for atmospheric deposition of N 119 119 ln_sedinput = .true. ! boolean for Fe input from sediments -
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/PARAM/namelist_top_ORCA2
r1019 r1775 13 13 ndttrc = 1 ! time step frequency for passive tracers 14 14 nwritetrc = 5475 ! time step frequency for tracer outputs 15 ln_rsttr = .false. ! start from a restart file (T) or not (F)16 nrsttr = 0 ! restart control = 0 initial time step is not compared to the restart file value15 ln_rsttr = .false. ! AUTO start from a restart file (T) or not (F) 16 nrsttr = 0 ! AUTO restart control = 0 initial time step is not compared to the restart file value 17 17 ! = 1 do not use the value in the restart file 18 18 ! = 2 calendar parameters read in the restart file -
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/PARAM/xmlio_server.def
r777 r1775 1 1 ! xmlio_server namelist 2 2 ! 3 ! using_server: .TRUE.(.FALSE.) to use(bypass) the io_server 3 ! using_server: .TRUE.(.FALSE.) to use(bypass) the io_server. AUTO : this variable is updated by the opa9.driver 4 4 ! using_oasis : .TRUE.(.FALSE.) if nemo is coupled through OASIS 5 5 ! client_id : used only for OASIS, NEMO id in the namecouple
Note: See TracChangeset
for help on using the changeset viewer.