Changeset 1441 for trunk/LMDZ.COMMON/libf/grid
- Timestamp:
- Jun 4, 2015, 10:21:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/grid/dimension/makdim
r492 r1441 9 9 echo " $0 [im] [jm] lm" 10 10 echo " where im, jm and lm are the dimensions" 11 exit 11 exit 1 12 fi 13 14 if (($1 % 8 != 0)) && (( $# == 3 )) 15 then 16 echo "The number of longitudes must be a multiple of 8." 17 echo "See the files dyn3d/groupe.F and dyn3dpar/groupe_p.F." 18 exit 1 12 19 fi 13 20
Note: See TracChangeset
for help on using the changeset viewer.