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