Ignore:
Timestamp:
Jul 22, 2016, 11:28:39 AM (8 years ago)
Author:
Ehouarn Millour
Message:

Cleanup in the dynamics: turn serre.h into module serre_mod.F90
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dpar/guide_p_mod.F90

    r2597 r2598  
    6868  SUBROUTINE guide_init
    6969
    70     USE control_mod
     70    USE control_mod, ONLY: day_step
     71    USE serre_mod, ONLY: grossismx
    7172
    7273    IMPLICIT NONE
     
    7576    INCLUDE "paramet.h"
    7677    INCLUDE "netcdf.inc"
    77 
    78     ! For grossismx:
    79     include "serre.h"
    8078
    8179    INTEGER                :: error,ncidpl,rid,rcod
     
    11011099
    11021100    use comconst_mod, only: pi
     1101    use serre_mod, only: clat, clon, grossismx, grossismy
    11031102   
    11041103    implicit none
     
    11071106    include "paramet.h"
    11081107    include "comgeom2.h"
    1109     include "serre.h"
    11101108
    11111109! input arguments :
Note: See TracChangeset for help on using the changeset viewer.