Changeset 6863


Ignore:
Timestamp:
05/30/24 10:48:07 (4 weeks ago)
Author:
jgipsl
Message:

Added missing l. After this correction, it is now possible to compile using the option -regular_latlon yes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/define_config.sh

    r6856 r6863  
    128128# Coherence test for variable regular_latlon which can be set as input argument 
    129129if [ $regular_latlon == yes ] || [ $regular_latlon == y ] ; then 
    130         regular_laton=y 
     130        regular_latlon=y 
    131131elif [ $regular_latlon == no ] || [ $regular_latlon == n ] ; then 
    132         regular_laton=n 
     132        regular_latlon=n 
    133133else 
    134134        echo "regular_latlon=$regular_latlon : This option is not possible." 
Note: See TracChangeset for help on using the changeset viewer.