Ignore:
Timestamp:
Nov 10, 2006, 3:39:12 PM (18 years ago)
Author:
Laurent Fairhead
Message:

Petit nettoyage
YM/LF

Location:
LMDZ4/branches/V3_test/libf/dyn3d
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/V3_test/libf/dyn3d/create_etat0_limit.F

    r524 r733  
    33!
    44       PROGRAM create_etat0_limit
     5       USE dimphy
     6       USE comgeomphy
     7
    58c
    69c
     
    1821c
    1922c     on cree le masque dans etat0 que l'on passe ensuite dans limit pour
    20 c     garder les cohérences
     23c     garder les coherences
    2124
    2225      LOGICAL interbar, extrap , oldice
     
    2528#include "paramet.h"
    2629#include "indicesol.h"
    27 #include "dimphy.h"
     30cym#include "dimphy.h"
    2831      REAL :: masque(iip1,jjp1)
    29       REAL :: pctsrf(klon, nbsrf)
     32      REAL :: pctsrf(iim*(jjm-1)+2, nbsrf)
    3033
     34     
     35      call InitDimphy
     36      call init_phys_openmp
     37      call InitComgeomphy
     38     
    3139      WRITE(6,*) '  *********************  '
    3240      WRITE(6,*) ' interbar = ',interbar
     
    3846      WRITE(6,*) '  *********************  '
    3947      WRITE(6,1)
    40 c
     48     
     49c     
    4150      CALL  limit_netcdf ( interbar, extrap , oldice, masque, pctsrf )
    4251
  • LMDZ4/branches/V3_test/libf/dyn3d/etat0_netcdf.F

    r703 r733  
    88      USE startvar
    99      USE ioipsl
     10      USE dimphy
    1011      !
    1112      IMPLICIT NONE
     
    2324#include "comconst.h"
    2425#include "indicesol.h"
    25 #include "dimphy.h"
     26c#include "dimphy.h"
    2627#include "dimsoil.h"
    2728#include "temps.h"
     
    671672      rnebcon = 0.0
    672673      ratqs = 0.0
    673       run_off_lic_0 = 0.0
     674      run_off_lic_0 = 0.0 
    674675
    675676cIM   call phyredem("startphy.nc",phystep,radpas, co2_ppm, solaire,
     677   
    676678      call phyredem("startphy.nc",phystep,radpas,
    677679     $    latfi, lonfi, pctsrf, tsolsrf, tsoil, tslab, seaice,
     
    683685     $    t_ancien, q_ancien, rnebcon, ratqs, clwcon,
    684686     $    run_off_lic_0)
    685       print*,'sortie phyredem'
    686687
    687688C     Sortie Visu pour les champs dynamiques
  • LMDZ4/branches/V3_test/libf/dyn3d/limit_netcdf.F

    r703 r733  
    55C
    66      SUBROUTINE limit_netcdf(interbar, extrap, oldice, masque, pctsrf)
    7 c
     7      USE dimphy
    88      IMPLICIT none
    99c
     
    3030#include "comgeom2.h"
    3131#include "comconst.h"
    32 #include "dimphy.h"
     32cy#include "dimphy.h"
    3333#include "indicesol.h"
    3434c
Note: See TracChangeset for help on using the changeset viewer.