Ignore:
Timestamp:
Mar 26, 2026, 9:09:01 PM (10 days ago)
Author:
evignon
Message:

suppression de la param hines des sources, devenue totalement obsolete (apres verification avec Francois Lott)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phyetat0_mod.f90

    r6116 r6132  
    6666  USE alpale_mod
    6767  USE compbl_mod_h
    68   USE lmdz_gwd_ini, ONLY: ok_hines, ok_gwd_rando, ok_orodr, ok_orolf
     68  USE lmdz_gwd_ini, ONLY: ok_gwd_rando, ok_orodr, ok_orolf
    6969
    7070  IMPLICIT NONE
     
    671671  IF (ok_gwd_rando) found = &
    672672       phyetat0_get(du_gwd_rando,"du_gwd_rando","du_gwd_rando",0.)
    673   IF (.NOT. ok_hines .AND. ok_gwd_rando) found &
     673  IF (ok_gwd_rando) found &
    674674       = phyetat0_get(du_gwd_front,"du_gwd_front","du_gwd_front",0.)
    675675
Note: See TracChangeset for help on using the changeset viewer.