Ignore:
Timestamp:
Jun 4, 2007, 3:34:26 PM (17 years ago)
Author:
Laurent Fairhead
Message:

Merge entre la version V3_conv et le HEAD
YM, JG, LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3d/etat0_netcdf.F

    r724 r762  
    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"
     
    510511C verif que somme des sous surface = 1
    511512C
    512       ji=count(abs(sum(pctsrf(1 : klon, 1 : nbsrf), dim = 2) - 1.0 )
     513      ji=count( (abs( sum(pctsrf(1 : klon, 1 : nbsrf),dim=2))-1.0)
    513514     $    .GT. EPSFRA)
    514515      IF (ji .NE. 0) THEN
     
    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
Note: See TracChangeset for help on using the changeset viewer.