Changeset 1036 for trunk/LMDZ.MARS/makegcm_g95
- Timestamp:
- Sep 11, 2013, 2:34:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_g95
r882 r1036 530 530 # Build the appropriate 'dimensions.h' file 531 531 cd dimension 532 ./makdim $ ntrac $dim532 ./makdim $dim 533 533 # echo contents of dimensions.h to standard output 534 534 cat $libf/grid/dimensions.h … … 556 556 echo dimension $dimension dim $dim 557 557 if ( $dimension == 1 ) then 558 echo pas de dynamique 559 set dyn="L_DYN= DYN= L_FILTRE= DIRMAIN=phy$physique " 558 echo "No dynamics" 559 ## set dyn="L_DYN= DYN= L_FILTRE= DIRMAIN=phy$physique " 560 ## NB: we still need to have L_DYN=libdyn3d to reach routines and module 561 ## objects which are located in dyn3d 562 set dyn="L_DYN=-ldyn3d DYN= L_FILTRE= DIRMAIN=phy$physique " 560 563 endif 561 564 endif
Note: See TracChangeset
for help on using the changeset viewer.