Ignore:
Timestamp:
May 24, 2002, 3:44:47 PM (22 years ago)
Author:
lmdzadmin
Message:

Menage sur les etats initiaux
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/dyn3d/startvar.F

    r355 r359  
    426426              ENDIF
    427427              CALL gr_dyn_fi(1, iml, jml, nbindex, psol_dyn, champ)
    428     ! PB ajout pour masque terre mer fractionneiare   
    429           CASE ('zmasq')
    430               IF (.NOT. ALLOCATED(masque) ) THEN
    431                   CALL start_init_orog ( iml, jml,lon_in, lat_in,
    432      .              jml2, lon_in2,lat_in2 , interbar )
    433               ENDIF
    434               IF ( SIZE(masque) .NE. SIZE(lon_in)*SIZE(lat_in) ) THEN
    435                 WRITE(*,*)
    436      . 'STARTVAR module has been initialized to the wrong size'
    437                  STOP
    438              ENDIF
    439              CALL gr_dyn_fi(1, iml, jml, nbindex, masque, champ)
    440428            CASE ('zmea')
    441429              IF ( .NOT.ALLOCATED(relief)) THEN
Note: See TracChangeset for help on using the changeset viewer.