Ignore:
Timestamp:
07/22/16 11:19:02 (8 years ago)
Author:
aclsce
Message:
Location:
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/oasis.driver

    r2861 r2924  
    5151 
    5252    FreqCoupling=${oasis_UserChoices_FreqCoupling:-86400} 
     53    FreqCouplingRoffCalv=${oasis_UserChoices_FreqCouplingRoffCalv:-86400} 
    5354 
    5455    ## Calculate lag for transfer of fields from atmosphere -> ocean. 
     
    6667                                                               
    6768    (( LagAtm = 86400 / day_step * iphysiq / nsplit_phys )) 
    68  
     69    (( LagAtmRoffCalv = $FreqCoupling + $LagAtm )) 
    6970    (( LagOce = 86400 / OPA_NPDT_DAY )) 
    7071 
    7172    IGCM_debug_Print 1 "OPA_NPDT_DAY : ${OPA_NPDT_DAY}" 
    7273    IGCM_debug_Print 1 "LagAtm        : ${LagAtm}" 
     74    IGCM_debug_Print 1 "LagAtmRoffCalv : ${LagAtmRoffCalv}" 
    7375    IGCM_debug_Print 1 "LagOce        : ${LagOce}" 
    7476 
     
    8486        -e "s/<output_mode>/${CPL_OutputVar}/g" \ 
    8587        -e "s/<freq_coupling>/${FreqCoupling}/g" \ 
     88        -e "s/<freq_coupling_roff_calv>/${FreqCouplingRoffCalv}/g" \ 
    8689        -e "s/<lag_atm>/${LagAtm}/g" \ 
     90        -e "s/<lag_atm_roff_calv>/${LagAtmRoffCalv}/g" \ 
    8791        -e "s/<lag_oce>/${LagOce}/g" \ 
    8892        namcouple > namcouple.tmp 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/file_def_nemo-opa.xml

    r2918 r2924  
    263263          <field field_ref="woce"         name="wo"     /> 
    264264          <field field_ref="avt"          name="difvho"  long_name="ocean_vertical_heat_diffusivity" /> 
     265          <!-- avs: available with key_zdfddm --> 
     266          <field field_ref="avs"          name="avs"         />  
     267          <field field_ref="avm"              name="avm"        /> 
     268          <!-- avt_evd: available with ln_zdfevd --> 
     269          <field field_ref="avt_evd"        name="avt_evd"  />  
     270          <field field_ref="av_wave"      name="av_wave" />  
     271          <field field_ref="bn2"             name="bn2"           />  
     272          <field field_ref="wocetr_eff"   name="wocetr_eff" />  
     273          <field field_ref="bflx_tmx"     name="bflx_tmx"   />  
     274          <field field_ref="pcmap_tmx"    name="pcmap_tmx"  />  
     275          <field field_ref="emix_tmx"     name="emix_tmx"   />     
    265276          <field field_ref="w_masstr"     name="vovematr"  /> 
    266277          <field field_ref="logavs"       name="difvsolog"  long_name="ocean_vertical_salt_diffusivity" operation="average" freq_op="1mo" > exp( @logavs ) </field> 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namcouple_ORCA1xLMD144142

    r2674 r2924  
    358358# Field 24 : iceberg calving (a->o 17) 
    359359# 
    360 COCALVIN OCalving  36 <freq_coupling>  1  flxat.nc  <output_mode> 
    361 144 143 362 332 tlmd    torc  LAG=<lag_atm>  
    362 P  0 P  2 
    363 MAPPING 
     360COCALVIN OCalving  36 <freq_coupling_roff_calv>  2  flxat.nc  <output_mode> 
     361144 143 362 332 tlmd    torc  LAG=<lag_atm_roff_calv>  
     362P  0 P  2 
     363LOCTRANS MAPPING 
     364AVERAGE 
    364365# CHECKIN: indicate computation of global, land and sea field integrals. 
    365366# Interpolation method ou parametres mozaic 
     
    371372# Field 25 : liquid run-off (river + direct)  (a->o 18) 
    372373# 
    373 COLIQRUN  O_Runoff 32 <freq_coupling>  3  flxat.nc   <output_mode> 
    374 144 143 362 332 aone    otot  LAG=<lag_atm>  
    375 P  0 P  2 
    376 ##CHECKIN MAPPING CONSERV BLASNEW CHECKOUT 
    377 MAPPING CONSERV BLASNEW 
    378 ## CHECKIN: indicate computation of global, land and sea field integrals. 
     374COLIQRUN  O_Runoff 32 <freq_coupling_roff_calv>  4  flxat.nc   <output_mode> 
     375144 143 362 332 aone    otot  LAG=<lag_atm_roff_calv>  
     376P  0 P  2 
     377LOCTRANS MAPPING CONSERV BLASNEW 
     378AVERAGE 
    379379# Interpolation method ou parametres mozaic 
    380380# weights convert from kg/s to kg/m^2/s 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_CWRR

    r2900 r2924  
    9090 
    9191# OK_FREEZE :  Activate the complet soil freezing scheme 
    92 OK_FREEZE=y 
     92OK_FREEZE=n 
    9393 
    9494# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics 
Note: See TracChangeset for help on using the changeset viewer.