Ignore:
Timestamp:
Jun 12, 2013, 9:53:44 AM (12 years ago)
Author:
emillour
Message:

Generic GCM:

  • Moved "newstart" (and related "lect_start_archive.F") to phystd directory
  • Adapted makegcm_* scripts to enable compiling main prog from physics
  • Added in newstart the possibility to not read in any surface.nc file (when loading a start_archive) with keyword "none" (instead of surface file name)
  • Some general cleanup:
    • in bibio: removed unused lmdstd.h readstd.F writestd.F mywrite.F

readcoord.F scatter.F gather.F ini36.F from36.F to36.F
lnblnk.F (F90 len_trim() should be used instead)

  • in dyn3d: removed unused inigrads.F wrgrads.F gradsdef.h

xvik.F (specific to current Mars)

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/makegcm_g95

    r955 r988  
    560560if ( $dimension == 1 ) then
    561561  echo pas de dynamique
    562   set dyn="L_DYN= DYN= L_FILTRE= DIRMAIN=phy$physique "
     562  set dyn="L_DYN= DYN= L_FILTRE= "
    563563endif
    564564endif
     
    724724
    725725set 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
     727if (-f $LMDGCM/libf/phy${physique}/${code}.F) then
     728  set dyn="$dyn DIRMAIN=phy$physique "
     729endif
     730if (-f $LMDGCM/libf/phy${physique}/${code}.F90) then
    727731  set source_code=${code}.F90
     732  set dyn="$dyn DIRMAIN=phy$physique "
    728733endif
    729734
Note: See TracChangeset for help on using the changeset viewer.