Ignore:
Timestamp:
Jun 25, 2012, 5:02:50 PM (12 years ago)
Author:
lguez
Message:

"prw" can now be output even if "iflag_con < 3".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write.h

    r1628 r1633  
    631631        end if
    632632
    633         IF (o_prw%flag(iff)<=lev_files(iff)) THEN
    634       CALL histwrite_phy(nid_files(iff),clef_stations(iff),
    635      $o_prw%name,itau_w,prw)
    636         ENDIF
    637 
    638633      IF (.NOT.clef_stations(iff)) THEN
    639634      IF (o_cape_max%flag(iff)<=lev_files(iff)) THEN
     
    681676     
    682677      ENDIF !iflag_con .GE. 3
     678
     679      IF (o_prw%flag(iff) <= lev_files(iff))
     680     $     CALL histwrite_phy(nid_files(iff), clef_stations(iff),
     681     $     o_prw%name, itau_w, prw)
    683682
    684683        IF (o_s_pblh%flag(iff)<=lev_files(iff)) THEN
Note: See TracChangeset for help on using the changeset viewer.