Changeset 6863 for CONFIG/UNIFORM
- Timestamp:
- 05/30/24 10:48:07 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v7/IPSLCM7/define_config.sh
r6856 r6863 128 128 # Coherence test for variable regular_latlon which can be set as input argument 129 129 if [ $regular_latlon == yes ] || [ $regular_latlon == y ] ; then 130 regular_lat on=y130 regular_latlon=y 131 131 elif [ $regular_latlon == no ] || [ $regular_latlon == n ] ; then 132 regular_lat on=n132 regular_latlon=n 133 133 else 134 134 echo "regular_latlon=$regular_latlon : This option is not possible."
Note: See TracChangeset
for help on using the changeset viewer.