Changeset 623


Ignore:
Timestamp:
Apr 28, 2005, 3:40:30 PM (19 years ago)
Author:
Laurent Fairhead
Message:

Initialisations de variables YM
Synchro avec oasis3 AC
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/interface_surf.F90

    r594 r623  
    330330        call abort_gcm(modname,abort_message,1)
    331331      endif
     332      tmp_rriv = 0.0
     333      tmp_rcoa = 0.0
     334      tmp_rlic = 0.0
    332335
    333336!!$
     
    12901293!   alb_ice      albedo de la glace
    12911294!
    1292 
     1295#ifdef CPP_PSMILE 
     1296  USE oasis
     1297  integer :: il_time_secs !time in seconds
     1298#endif
    12931299
    12941300! Parametres d'entree
     
    14631469#ifdef CPP_COUPLE
    14641470#ifdef CPP_PSMILE
    1465    CALL inicma(iim, (jjm+1))
     1471    CALL inicma(iim, (jjm+1))
    14661472#else
    14671473   call inicma(npas , nexca, idtime,(jjm+1)*iim)
Note: See TracChangeset for help on using the changeset viewer.