Changeset 3127


Ignore:
Timestamp:
02/14/17 12:56:41 (7 years ago)
Author:
jgipsl
Message:
  • Added comments in Script_Output for the parameter solaire which is always modified but only used for new physics.
  • Added comment in monitoring title
  • corrected bad settings in diff_configurations.ksh script
Location:
CONFIG/UNIFORM/v6
Files:
4 edited

Legend:

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

    r3104 r3127  
    143143 
    144144    # Read value for solaire from file SOLARANDVOLCANOES.txt. If file not existing, take DEFAULT value from file.  
     145    IGCM_debug_Print 1 "Note that the solaire parameter is here below changed but it is only used by LMDZ for old physics(AP and NPv3.2)" 
     146    IGCM_debug_Print 1 "For newer physics with iflag_rrtm=1 and ok_suntime_rrtm=y, the solar constant is instead taken from solarforcing.nc file" 
    145147    if [ -f SOLARANDVOLCANOES.txt ] ; then 
    146148        value=`grep Annee_${year} SOLARANDVOLCANOES.txt | awk -F= '{print $2}'` 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/POST/monitoring01_orchidee.cfg

    r3121 r3127  
    4646evap_lands       | "evap"             |  "" | "evap[d=1]"                        | "Evaporation (LANDS)"               | "mm/d"     | "Areas[d=1]*Contfrac[d=1]" 
    4747evapnu_lands     | "evapnu"           |  "" | "evapnu[d=1]"                      | "Soil evaporation (LANDS)"          | "mm/d"     | "Areas[d=1]*Contfrac[d=1]" 
    48 transpir_lands   | "transpir"         |  "" | "transpir[d=1,k=@sum]"             | "Transpiration (LANDS)"             | "mm/d"    | "Areas[d=1]*Contfrac[d=1]" 
     48transpir_lands   | "transpir"         |  "" | "transpir[d=1,k=@sum]"             | "Transpiration (sum over all PFT, LANDS)" | "mm/d" | "Areas[d=1]*Contfrac[d=1]" 
    4949subli_lands      | "subli"            |  "" | "subli[d=1]"                       | "Sublimation (LANDS)"               | "mm/d"     | "Areas[d=1]*Contfrac[d=1]" 
    5050snow_swe_lands   | "frac_snow snow"   |  "" | "snow[d=2]"                        | "Snow Mass (LANDS)"                 | "kg/m^2"   | "Areas[d=2]*Contfrac[d=2]" 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/lmdz.driver

    r3104 r3127  
    143143 
    144144    # Read value for solaire from file SOLARANDVOLCANOES.txt. If file not existing, take DEFAULT value from file.  
     145    IGCM_debug_Print 1 "Note that the solaire parameter is here below changed but it is only used by LMDZ for old physics(AP and NPv3.2)" 
     146    IGCM_debug_Print 1 "For newer physics with iflag_rrtm=1 and ok_suntime_rrtm=y, the solar constant is instead taken from solarforcing.nc file" 
    145147    if [ -f SOLARANDVOLCANOES.txt ] ; then 
    146148        value=`grep Annee_${year} SOLARANDVOLCANOES.txt | awk -F= '{print $2}'` 
  • CONFIG/UNIFORM/v6/diff_configurations.ksh

    r3110 r3127  
    1717ConfigList=`ls |grep ${ConfigFamily} |grep -v out` 
    1818#ConfigList=$ConfigList" IPSLCM6 IPSLCM6CHT" 
    19 ConfigList="LMDZOR_v6 LMDZORSTRATAER_v6" 
     19ConfigList="LMDZOR_v6 IPSLCM6" 
    2020verbose=no 
    2121echo All configurations to tests : $ConfigList 
Note: See TracChangeset for help on using the changeset viewer.