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