Ignore:
Timestamp:
Jul 22, 2016, 8:44:47 AM (8 years ago)
Author:
Ehouarn Millour
Message:

Cleanup in the dynamics: get rid of comconst.h, make it a module comconst_mod.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dmem/initfluxsto_p.F

    r1907 r2597  
    1313       use Write_field
    1414       use misc_mod
     15       USE comconst_mod, ONLY: pi
    1516       
    1617      implicit none
     
    4344C
    4445C   Declarations
    45 #include "dimensions.h"
    46 #include "paramet.h"
    47 #include "comconst.h"
    48 #include "comvert.h"
    49 #include "comgeom.h"
    50 #include "temps.h"
    51 #include "ener.h"
    52 #include "logic.h"
    53 #include "description.h"
    54 #include "serre.h"
    55 #include "iniprint.h"
     46      include "dimensions.h"
     47      include "paramet.h"
     48      include "comvert.h"
     49      include "comgeom.h"
     50      include "temps.h"
     51      include "ener.h"
     52      include "logic.h"
     53      include "description.h"
     54      include "serre.h"
     55      include "iniprint.h"
    5656
    5757C   Arguments
     
    166166     .             filevid,dynv_domain_id)
    167167       
    168       rl(1,1) = 1.     
     168      rl(1,1) = 1.
    169169     
    170170      if (mpi_rank==0) then
Note: See TracChangeset for help on using the changeset viewer.