Changeset 1499 for trunk/LMDZ.MARS/makegcm_pgf
- Timestamp:
- Nov 19, 2015, 4:04:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_pgf
r1403 r1499 9 9 set phys="PHYS=$physique" 10 10 set include='-I$(LIBF)/grid -I$(LIBF)/misc -I. -I$(LIBF)/dynlonlat_phylonlat' 11 set cpp_def='' 11 12 set ntrac = 1 12 13 set filtre=filtrez … … 317 318 are located in directories that are not referenced by default. 318 319 320 -cpp FLAG Add preprocessing definition of FLAG 321 319 322 -adjnt Compiles the adjoint model to the dynamical code. 320 323 … … 362 365 case -include 363 366 set include="$include -I$2" ; shift ; shift ; goto top 367 368 case -cpp 369 set cpp_def="$cpp_def -D$2" ; shift ; shift ; goto top 364 370 365 371 case -adjnt … … 738 744 set optimtru90=" $optimtru90 -I$libo " 739 745 else if $LINUX then 740 set optim="$optim -module $libo "741 set optim90="$optim90 -module $libo "742 set optimtru90="$optimtru90 -module $libo "746 set optim="$optim -module $libo $cpp_def" 747 set optim90="$optim90 -module $libo $cpp_def" 748 set optimtru90="$optimtru90 -module $libo $cpp_def" 743 749 # Ehouarn: remove set mod_loc_dir def below; mod_loc_dir=$localdir (set above) 744 750 # set mod_loc_dir=$libo
Note: See TracChangeset
for help on using the changeset viewer.