Changeset 1775 for CONFIG/UNIFORM/v5


Ignore:
Timestamp:
06/14/12 15:19:27 (12 years ago)
Author:
jgipsl
Message:
  • Added keyword AUTO where missing in namelists
  • Corrected some misstyping in opa and pisces drivers
Location:
CONFIG/UNIFORM/v5
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/DRIVER/opa9.driver

    r1549 r1775  
    4343    PAT_NRSTAR=$( supergrep nn_rstctl  ${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE} ) 
    4444    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} ) 
    4646    PAT_NF_PTR=$( supergrep nf_ptr_wri ${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE} ) 
    4747 
  • CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/DRIVER/pisces.driver

    r1550 r1775  
    8181 
    8282    ##-- CO2 forcing : update atcco2 value in namelist_pisces 
    83     if [ "${piseces_UserChoices_CARBON_CYCLE}" = "y" ]; then 
     83    if [ "${pisces_UserChoices_CARBON_CYCLE}" = "y" ]; then 
    8484        # Special case for carbon cycle 
    8585        # 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  
    115115!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    116116   ln_dustfer  =  .true.   ! boolean for dust input from the atmosphere 
    117    ln_river    =  .true.   ! boolean for river input of nutrients 
     117   ln_river    =  .true.   ! AUTO boolean for river input of nutrients 
    118118   ln_ndepo    =  .true.   ! boolean for atmospheric deposition of N 
    119119   ln_sedinput =  .true.   ! boolean for Fe input from sediments 
  • CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/PARAM/namelist_top_ORCA2

    r1019 r1775  
    1313   ndttrc      =  1        !  time step frequency for passive tracers       
    1414   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 value 
     15   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 
    1717                           !                  = 1 do not use the value in the restart file 
    1818                           !                  = 2 calendar parameters read in the restart file 
  • CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/PARAM/xmlio_server.def

    r777 r1775  
    11! xmlio_server namelist 
    22! 
    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 
    44! using_oasis : .TRUE.(.FALSE.) if nemo is coupled through OASIS 
    55! client_id   : used only for OASIS, NEMO      id in the namecouple 
  • CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/DRIVER/opa9.driver

    r1549 r1775  
    4343    PAT_NRSTAR=$( supergrep nn_rstctl  ${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE} ) 
    4444    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} ) 
    4646    PAT_NF_PTR=$( supergrep nf_ptr_wri ${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE} ) 
    4747 
  • CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/DRIVER/pisces.driver

    r1550 r1775  
    8181 
    8282    ##-- CO2 forcing : update atcco2 value in namelist_pisces 
    83     if [ "${piseces_UserChoices_CARBON_CYCLE}" = "y" ]; then 
     83    if [ "${pisces_UserChoices_CARBON_CYCLE}" = "y" ]; then 
    8484        # Special case for carbon cycle 
    8585        # Activate this case by putting CARBON_CYCLE=y in pisces.card section UserChoices 
  • CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/PARAM/namelist_pisces_ORCA2

    r1550 r1775  
    115115!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    116116   ln_dustfer  =  .true.   ! boolean for dust input from the atmosphere 
    117    ln_river    =  .true.   ! boolean for river input of nutrients 
     117   ln_river    =  .true.   ! AUTO boolean for river input of nutrients 
    118118   ln_ndepo    =  .true.   ! boolean for atmospheric deposition of N 
    119119   ln_sedinput =  .true.   ! boolean for Fe input from sediments 
  • CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/PARAM/namelist_top_ORCA2

    r1019 r1775  
    1313   ndttrc      =  1        !  time step frequency for passive tracers       
    1414   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 value 
     15   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 
    1717                           !                  = 1 do not use the value in the restart file 
    1818                           !                  = 2 calendar parameters read in the restart file 
  • CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/PARAM/xmlio_server.def

    r777 r1775  
    11! xmlio_server namelist 
    22! 
    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 
    44! using_oasis : .TRUE.(.FALSE.) if nemo is coupled through OASIS 
    55! client_id   : used only for OASIS, NEMO      id in the namecouple 
Note: See TracChangeset for help on using the changeset viewer.