Ignore:
Timestamp:
04/04/17 14:46:39 (7 years ago)
Author:
cetlod
Message:

NEMO_v6 for OMIP : phase with the latest revision number

Location:
CONFIG/UNIFORM/v6/NEMO_v6/GENERAL
Files:
3 added
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/opa9.driver

    r3124 r3203  
    55    IGCM_debug_PushStack "OCE_Initialize" 
    66 
    7     RESOL_OCE=$( echo ${config_UserChoices_ExperimentName} | cut -c1-5 ) 
    8     EXPTYPE=$( echo ${config_UserChoices_ExperimentName} | cut -c6- ) 
     7    RESOL_OCE=${config_UserChoices_ExpType%%_*} 
     8    EXPTYPE=${config_UserChoices_ExpType##*/} 
     9 
     10    IGCM_debug_Print 1 " " 
     11    IGCM_debug_Print 1 "RESOL_OCE        : ${RESOL_OCE}" 
     12    IGCM_debug_Print 1 "EXPERIMENT TYPE  : ${EXPTYPE}" 
    913 
    1014# Local function to find namelists parameters 
     
    154158   IGCM_comp_modifyNamelist blocker    namelist_cfg nn_leapy  ${OPA_NLEAPY}   
    155159 
     160# update domain_def.xml file  
     161   case ${RESOL_OCE} in  
     162       ( *ORCA025* )   
     163        sed -e 's/<zoom_domain id="1point" ibegin="139" jbegin="119"/<zoom_domain id="1point" ibegin="600" jbegin="600"/' domain_def.xml > domain_def.xml.tmp   
     164         IGCM_sys_Mv domain_def.xml.tmp domain_def.xml  ;  
     165   esac  
     166 
    156167   IGCM_debug_PopStack "OCE_Update" 
    157168} 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/pisces.driver

    r3177 r3203  
    1212 
    1313    if [ X"${pisces_UserChoices_Offline_Mode}" = X"y" ] ; then 
    14        RESOL_OCE=$( echo ${config_UserChoices_ExperimentName} | cut -c1-5 ) 
    15        EXPTYPE=$( echo ${config_UserChoices_ExperimentName} | cut -c6- ) 
     14       RESOL_OCE=${config_UserChoices_ExpType%%_*} 
     15       EXPTYPE=${config_UserChoices_ExpType##*/} 
     16 
     17       IGCM_debug_Print 1 " " 
     18       IGCM_debug_Print 1 "RESOL_OCE        : ${RESOL_OCE}" 
     19       IGCM_debug_Print 1 "EXPERIMENT TYPE  : ${EXPTYPE}" 
     20 
    1621       OPA_RDT=$( supergrep rn_rdt  ${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}${EXPTYPE}_offline_cfg | sed 's/ *rn_rdt *=//' | sed 's/\. *,//' ) 
    1722       # Period Length In Days between DateBegin and first day of calendar 0001 01 01 
     
    120125      IGCM_comp_modifyNamelist blocker    namelist_cfg nn_date0 ${PeriodDateBegin} 
    121126      IGCM_comp_modifyNamelist blocker    namelist_cfg nn_leapy  ${OPA_NLEAPY} 
     127 
     128# update domain_def.xml file  
     129      case ${RESOL_OCE} in  
     130          ( *ORCA025* )   
     131            sed -e 's/<zoom_domain id="1point" ibegin="139" jbegin="119"/<zoom_domain id="1point" ibegin="600" jbegin="600"/' domain_def.xml > domain_def.xml.tmp   
     132            IGCM_sys_Mv domain_def.xml.tmp domain_def.xml  ;  
     133      esac  
     134 
    122135   fi 
    123136 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/namelist_ORCA1clim_cfg

    r3124 r3203  
    1515   nn_itend    =  _AUTO_  
    1616   nn_stock    =  _AUTO_  
    17    nn_write    =    720 
    1817   ln_mskland  = .true.  
    1918   ln_clobber  = .true.  
     
    120119   sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_eorca1_bilinear.nc' , '' , '' 
    121120   ln_traqsr   = .true.    !  Light penetration (T) or not (F) 
    122    ln_qsr_rgb  = .false.    !  RGB (Red-Green-Blue) light penetration 
     121   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
    123122   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    124    ln_qsr_bio  = .true.   !  bio-model light penetration 
     123   ln_qsr_bio  = .true.    !  bio-model light penetration 
    125124/ 
    126125!----------------------------------------------------------------------- 
     
    168167&namsbc_alb    !   albedo parameters 
    169168!----------------------------------------------------------------------- 
     169   nn_ice_alb   =    1   !  parameterization of ice/snow albedo 
     170                         !     0: Shine & Henderson-Sellers (JGR 1985), giving clear-sky albedo 
     171                         !     1: "home made" based on Brandt et al. (JClim 2005) and Grenfell & Perovich (JGR 2004), 
     172                         !        giving cloud-sky albedo 
     173   rn_alb_sdry  =  0.85  !  dry snow albedo         : 0.80 (nn_ice_alb = 0); 0.85 (nn_ice_alb = 1); obs 0.85-0.87 (cloud-sky) 
     174   rn_alb_smlt  =  0.75  !  melting snow albedo     : 0.65 ( '' )          ; 0.75 ( '' )          ; obs 0.72-0.82 ( '' ) 
     175   rn_alb_idry  =  0.60  !  dry ice albedo          : 0.72 ( '' )          ; 0.60 ( '' )          ; obs 0.54-0.65 ( '' ) 
     176   rn_alb_imlt  =  0.50  !  bare puddled ice albedo : 0.53 ( '' )          ; 0.50 ( '' )          ; obs 0.49-0.58 ( '' ) 
    170177/ 
    171178!----------------------------------------------------------------------- 
     
    244251!----------------------------------------------------------------------- 
    245252/ 
    246 !----------------------------------------------------------------------- 
    247 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
    248 !----------------------------------------------------------------------- 
    249 / 
    250253!---------------------------------------------------------------------------------- 
    251254&namtra_ldf    !   lateral diffusion scheme for tracers 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/namelist_ORCA1ia_cfg

    r3174 r3203  
    252252!----------------------------------------------------------------------- 
    253253/ 
    254 !----------------------------------------------------------------------- 
    255 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
    256 !----------------------------------------------------------------------- 
    257 / 
    258254!---------------------------------------------------------------------------------- 
    259255&namtra_ldf    !   lateral diffusion scheme for tracers 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/namelist_top_cfg

    r3174 r3203  
    4545!                !    file name        ! frequency (hours) ! variable   ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    4646!                !                     !  (if <0  months)  !   name     !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    47    sn_trcdta(1)  = 'data_DIC_nomask.nc',        -12        ,  'TDIC'    ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    48    sn_trcdta(2)  = 'data_ALK_nomask.nc',        -12        ,  'Alkalini',    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    49    sn_trcdta(3)  = 'data_OXY_nomask.nc',        -1         ,  'O2'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    50    sn_trcdta(5)  = 'data_PO4_nomask.nc',        -1         ,  'PO4'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    51    sn_trcdta(7)  = 'data_SIL_nomask.nc',        -1         ,  'Si'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    52    sn_trcdta(10) = 'data_DOC_nomask.nc',        -1         ,  'DOC'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    53    sn_trcdta(14) = 'data_FER_nomask.nc',        -1         ,  'Fer'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    54    sn_trcdta(23) = 'data_NO3_nomask.nc',        -1         ,  'NO3'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
     47   sn_trcdta(1)  = 'data_DIC_nomask.nc',        -12        ,  'piDIC'   ,    .false.   , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     48   sn_trcdta(2)  = 'data_ALK_nomask.nc',        -12        ,  'TALK'    ,    .false.   , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     49   sn_trcdta(3)  = 'data_OXY_nomask.nc',        -1         ,  'O2'      ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     50   sn_trcdta(5)  = 'data_PO4_nomask.nc',        -1         ,  'PO4'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     51   sn_trcdta(7)  = 'data_SIL_nomask.nc',        -1         ,  'Si'      ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     52   sn_trcdta(10) = 'data_DOC_nomask.nc',        -1         ,  'DOC'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     53   sn_trcdta(14) = 'data_FER_nomask.nc',        -1         ,  'Fer'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     54   sn_trcdta(23) = 'data_NO3_nomask.nc',        -1         ,  'NO3'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
    5555   rn_trfac(1)   =   1.028e-06  !  multiplicative factor 
    5656   rn_trfac(2)   =   1.028e-06  !  -      -      -     - 
     
    8888&namtrc_ice       !    Representation of sea ice growth & melt effects 
    8989!----------------------------------------------------------------------- 
    90    nn_ice_tr   =  1        !  prescribed tracer concentration in sea ice 
    9190/ 
    9291!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.