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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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}'` 
Note: See TracChangeset for help on using the changeset viewer.