Ignore:
Timestamp:
Jun 12, 2013, 9:53:44 AM (11 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_pgf90

    r955 r988  
    562562if ( $dimension == 1 ) then
    563563  echo pas de dynamique
    564   set dyn="L_DYN= DYN= L_FILTRE= DIRMAIN=phy$physique "
     564  set dyn="L_DYN= DYN= L_FILTRE= "
    565565endif
    566566endif
     
    732732
    733733set 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
     735if (-f $LMDGCM/libf/phy${physique}/${code}.F) then
     736  set dyn="$dyn DIRMAIN=phy$physique "
     737endif
     738if (-f $LMDGCM/libf/phy${physique}/${code}.F90) then
    735739  set source_code=${code}.F90
     740  set dyn="$dyn DIRMAIN=phy$physique "
    736741endif
    737742
Note: See TracChangeset for help on using the changeset viewer.