Changeset 1401 for trunk/LMDZ.COMMON


Ignore:
Timestamp:
Mar 23, 2015, 9:21:11 AM (10 years ago)
Author:
emillour
Message:

Common dynamics:

  • diagedyn should use Cp(T) provided by the dynamics, not the physics. Note that diagedyn is probaly bugged (claim from LMDZ5 Earth model) and is required to someday be cleaned up and validated (any volunteers?).

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d_common/diagedyn.F

    r1397 r1401  
    5353c======================================================================
    5454 
    55       USE cpdet_phy_mod, ONLY: cpdet,tpot2t
     55      USE cpdet_mod, ONLY: cpdet,tpot2t
    5656
    5757      IMPLICIT NONE
     
    6262#include "iniprint.h"
    6363
    64 #ifdef CPP_EARTH
    65 #include "../phylmd/YOMCST.h"
    66 #include "../phylmd/YOETHF.h"
    67 #endif
     64!#ifdef CPP_EARTH
     65!#include "../phylmd/YOMCST.h"
     66!#include "../phylmd/YOETHF.h"
     67!#endif
    6868C
    6969      INTEGER imjmp1
Note: See TracChangeset for help on using the changeset viewer.