Ignore:
Timestamp:
Aug 21, 2015, 9:23:13 AM (9 years ago)
Author:
Ehouarn Millour
Message:

Physics/dynamics separation: get rid of all the 'include "temps.h"' in the physics; variables in module time_phylmdz_mod must be used instead. Also added JD_cur, JH_cur and JD_ref in module phys_cal_mod, in preparation for having physics handle its calendar internally.
EM

File:
1 edited

Legend:

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

    r2311 r2344  
    66  USE mod_phys_lmdz_para
    77  USE indice_sol_mod
     8  USE time_phylmdz_mod, ONLY: annee_ref
    89  IMPLICIT NONE
    910
     
    2425  INTEGER epais(2)
    2526
    26   ! ym#include "dimensions.h"
    27   ! ym#include "dimphy.h"
    28   include "temps.h"
    2927  include "clesphys.h"
    3028
Note: See TracChangeset for help on using the changeset viewer.