Changeset 786 for LMDZ4/trunk
- Timestamp:
- Jun 19, 2007, 12:12:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/dyn3d/etat0_netcdf.F
r773 r786 9 9 USE ioipsl 10 10 USE dimphy 11 USE fonte_neige_mod 12 USE pbl_surface_mod 13 USE ocean_slab_mod 14 USE surface_data 11 15 ! 12 16 IMPLICIT NONE … … 24 28 #include "comconst.h" 25 29 #include "indicesol.h" 26 c#include "dimphy.h"27 30 #include "dimsoil.h" 28 31 #include "temps.h" … … 115 118 integer :: isst(klon-2) 116 119 real zx_tmp_2d(iim,jjp1) 120 121 122 REAL :: dummy(klon, nbsrf) 117 123 ! 118 124 ! Constantes … … 674 680 run_off_lic_0 = 0.0 675 681 676 cIM call phyredem("startphy.nc",phystep,radpas, co2_ppm, solaire, 677 678 call phyredem("startphy.nc",phystep,radpas, 679 $ latfi, lonfi, pctsrf, tsolsrf, tsoil, tslab, seaice, 680 $ qsolsrf, qsol, 681 $ snsrf, 682 $ albe, alblw, evap, rain_fall, snow_fall, solsw, sollw, fder, 683 $ radsol, frugs, agesno, 682 c 683 c Avant l'appel a phyredem, on initialize les modules de surface 684 c avec les valeurs qui vont etre ecrit dans startphy.nc 685 c 686 dummy(:,:) = 1.0 687 ocean = "slab" 688 call fonte_neige_init(run_off_lic_0) 689 call pbl_surface_init(qsol, fder, snsrf, qsolsrf, 690 $ evap, frugs, agesno, tsoil) 691 call ocean_slab_init(dummy(1,1), tslab, seaice, dummy(:,:)) 692 693 call phyredem("startphy.nc",phystep,radpas,ocean, 694 $ latfi, lonfi, pctsrf, tsolsrf, 695 $ albe, alblw, rain_fall, snow_fall, solsw, sollw, 696 $ radsol, 684 697 $ zmea, zstd, zsig, zgam, zthe, zpic, zval, rugsrel, 685 $ t_ancien, q_ancien, rnebcon, ratqs, clwcon, 686 $ run_off_lic_0) 698 $ t_ancien, q_ancien, rnebcon, ratqs, clwcon ) 699 700 687 701 688 702 C Sortie Visu pour les champs dynamiques
Note: See TracChangeset
for help on using the changeset viewer.