Changeset 988 for trunk/LMDZ.GENERIC/makegcm_pgf90
- Timestamp:
- Jun 12, 2013, 9:53:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/makegcm_pgf90
r955 r988 562 562 if ( $dimension == 1 ) then 563 563 echo pas de dynamique 564 set dyn="L_DYN= DYN= L_FILTRE= DIRMAIN=phy$physique"564 set dyn="L_DYN= DYN= L_FILTRE= " 565 565 endif 566 566 endif … … 732 732 733 733 set source_code=${code}.F 734 if (-f $LMDGCM/libf/phystd/${code}.F90) then 734 # handle cases when the main program is in the physics directory 735 if (-f $LMDGCM/libf/phy${physique}/${code}.F) then 736 set dyn="$dyn DIRMAIN=phy$physique " 737 endif 738 if (-f $LMDGCM/libf/phy${physique}/${code}.F90) then 735 739 set source_code=${code}.F90 740 set dyn="$dyn DIRMAIN=phy$physique " 736 741 endif 737 742
Note: See TracChangeset
for help on using the changeset viewer.