Changeset 988 for trunk/LMDZ.GENERIC/makegcm_g95
- Timestamp:
- Jun 12, 2013, 9:53:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/makegcm_g95
r955 r988 560 560 if ( $dimension == 1 ) then 561 561 echo pas de dynamique 562 set dyn="L_DYN= DYN= L_FILTRE= DIRMAIN=phy$physique"562 set dyn="L_DYN= DYN= L_FILTRE= " 563 563 endif 564 564 endif … … 724 724 725 725 set source_code=${code}.F 726 if (-f $LMDGCM/libf/phystd/${code}.F90) then 726 # handle cases when the main program is in the physics directory 727 if (-f $LMDGCM/libf/phy${physique}/${code}.F) then 728 set dyn="$dyn DIRMAIN=phy$physique " 729 endif 730 if (-f $LMDGCM/libf/phy${physique}/${code}.F90) then 727 731 set source_code=${code}.F90 732 set dyn="$dyn DIRMAIN=phy$physique " 728 733 endif 729 734
Note: See TracChangeset
for help on using the changeset viewer.