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