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/dyn3dmem/guide_loc_mod.F90

    r2597 r2598  
    6969  SUBROUTINE guide_init
    7070
    71     USE control_mod
     71    USE control_mod, ONLY: day_step
     72    USE serre_mod, ONLY: grossismx
    7273
    7374    IMPLICIT NONE
     
    7677    INCLUDE "paramet.h"
    7778    INCLUDE "netcdf.inc"
    78 
    79     ! For grossismx:
    80     include "serre.h"
    8179
    8280    INTEGER                :: error,ncidpl,rid,rcod
     
    13731371
    13741372    use comconst_mod, only: pi
     1373    use serre_mod, only: clat, clon, grossismx, grossismy
    13751374   
    13761375    implicit none
     
    13791378    include "paramet.h"
    13801379    include "comgeom2.h"
    1381     include "serre.h"
    13821380
    13831381! input arguments :
Note: See TracChangeset for help on using the changeset viewer.