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_gfortran

    r955 r988  
    565565if ( $dimension == 1 ) then
    566566  echo pas de dynamique
    567   set dyn="L_DYN= DYN= L_FILTRE= DIRMAIN=phy$physique "
     567  set dyn="L_DYN= DYN= L_FILTRE= "
    568568endif
    569569endif
     
    735735
    736736set 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
     738if (-f $LMDGCM/libf/phy${physique}/${code}.F) then
     739  set dyn="$dyn DIRMAIN=phy$physique "
     740endif
     741if (-f $LMDGCM/libf/phy${physique}/${code}.F90) then
    738742  set source_code=${code}.F90
     743  set dyn="$dyn DIRMAIN=phy$physique "
    739744endif
    740745
Note: See TracChangeset for help on using the changeset viewer.