Ignore:
Timestamp:
Jul 24, 2016, 11:51:55 AM (8 years ago)
Author:
Ehouarn Millour
Message:

Cleanup in the dynamics: turn temps.h into module temps_mod.F90
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dpar/integrd_p.F

    r2600 r2601  
    99      USE comconst_mod, ONLY: pi
    1010      USE comvert_mod, ONLY: ap, bp
     11      USE temps_mod, ONLY: dt
     12     
    1113      IMPLICIT NONE
    1214
     
    3133#include "comgeom.h"
    3234#include "logic.h"
    33 #include "temps.h"
    3435#include "iniprint.h"
    3536
     
    283284      ije=ij_end
    284285
    285         if (planet_type.eq."earth") then
     286        if (planet_type.eq."earth") then
    286287! Earth-specific treatment of first 2 tracers (water)
    287288c$OMP BARRIER
     
    384385          DO l = 1, llm
    385386            massem1(ijb:ije,l)=massescr(ijb:ije,l)
    386           ENDDO
    387 c$OMP END DO NOWAIT      
     387          ENDDO
     388c$OMP END DO NOWAIT 
    388389      END IF
    389390c$OMP BARRIER
Note: See TracChangeset for help on using the changeset viewer.