Changeset 2023


Ignore:
Timestamp:
Apr 25, 2014, 3:45:58 PM (10 years ago)
Author:
Ehouarn Millour
Message:

Quick fix to be once more able to compile gcm with makelmdz_fcm.
EM

Location:
LMDZ5/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/lmdz1d.F90

    r2019 r2023  
     1#ifdef CPP_1D
    12#include "../dyn3d/mod_const_mpi.F90"
     3#include "../dyn3d_common/control_mod.F90"
    24#include "../dyn3d_common/infotrac.F90"
    3 #include "../dyn3d_common/control_mod.F90"
    45#include "../dyn3d_common/disvert.F90"
    56
     
    972973#include "1Dconv.h"
    973974
    974 
     975#endif
     976
  • LMDZ5/trunk/makelmdz

    r2018 r2023  
    487487   INCLUDE="$INCLUDE "'-I$(LIBF)/dyn2d'
    488488elif (( $dimc == 1 )) ; then
     489   CPP_KEY="$CPP_KEY CPP_1D"
    489490   filtre="L_DYN= DYN= FILTRE= L_FILTRE= DIRMAIN=phy$physique "
    490491   INCLUDE="$INCLUDE "'-I$(LIBF)/dyn3d -I$(LIBF)/dyn3d_common ' # Pas tres propre
Note: See TracChangeset for help on using the changeset viewer.