Changeset 2625 for CONFIG


Ignore:
Timestamp:
07/15/15 11:56:23 (9 years ago)
Author:
omamce
Message:

OM. : handling runoffs.nc files (saved once per run, like mesh_mask.nc)

Location:
CONFIG/UNIFORM/v6/IPSLCM6
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl/COMP/opa9.card

    r2622 r2625  
    33 
    44[UserChoices] 
    5 ORCA_version=ORCA1.0 
     5ORCA_version=ORCA1.1 
    66mesh_mask=n 
    77iceflx="linear" 
     
    5353[OutputFiles] 
    5454List=   (mesh_mask.nc      , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc, NONE),\ 
     55        (runoffs.nc        , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_runoffs.nc  , NONE),\ 
    5556        (${config_UserChoices_JobName}_1y_scalar.nc, ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_scalar.nc, NONE),\ 
    5657        (${config_UserChoices_JobName}_1y_grid_T.nc, ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_T.nc, NONE),\ 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/opa9.driver

    r2560 r2625  
    153153    IGCM_comp_modifyNamelist blocker    namelist_cfg nn_date0  ${PeriodDateBegin} 
    154154    IGCM_comp_modifyNamelist nonblocker namelist_cfg nn_msh    ${OPA_NMSH} 
     155    IGCM_comp_modifyNamelist nonblocker namelist_cfg nn_rnf_depth_file  ${OPA_NMSH} 
    155156    IGCM_comp_modifyNamelist blocker    namelist_cfg nn_leapy  ${OPA_NLEAPY} 
    156157     
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA1_cfg

    r2621 r2625  
    157157   rn_rnf_max   = 0.05       !  max value of the runoff climatology over global domain ( if ln_rnf_depth_ini = .true ) 
    158158   rn_dep_max = 150.         !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
    159    nn_rnf_depth_file = 1     ! create (=1) a runoff depth file or not (=0) 
     159   nn_rnf_depth_file = _AUTO_     ! create (=1) a runoff depth file or not (=0) 
    160160/ 
    161161!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.