Changeset 4698


Ignore:
Timestamp:
09/12/19 16:22:46 (5 years ago)
Author:
acosce
Message:

add a warning on lmdz revision number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/compile_lmdzorinca.sh

    r4697 r4698  
    112112    esac 
    113113done 
     114echo; echo "********************* WARNING **********************" 
     115echo; echo "********************* WARNING **********************" 
     116echo; echo " if you are working with an lmdz version before rev 3563 (check it with command svn info) " 
     117echo "you need to modify phylmd/physiq_mod.F90 file "  
     118echo "add ! to comment lines if/endif before and after the call to AEROSOL_METEO_CALC" 
     119echo; echo "********************* WARNING **********************" 
     120echo; echo "********************* WARNING **********************" 
    114121 
    115122echo "Following arguments are set in current compiling:" >> $outfile  
Note: See TracChangeset for help on using the changeset viewer.