Ignore:
Timestamp:
Nov 20, 2009, 5:27:40 PM (15 years ago)
Author:
Laurent Fairhead
Message:

Correction d'un bug dans aeropt_5wv.F90 : une variable était utilisée sans
être calculée
Ajout de tests sur l'écriture de variables dans les fichiers de sortie
Changement des arguments d'appels à INCA
ACo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/phylmd/phys_output_write.h

    r1263 r1266  
    834834
    835835! OD550 per species
    836       IF (new_aod) THEN
     836      IF (new_aod .and. (.not. aerosol_couple)) THEN
    837837      DO naero = 1, naero_spc
    838838          IF (o_tausumaero(naero)%flag(iff)<=lev_files(iff)) THEN
     
    898898
    899899!cf
     900
     901        if (.not. aerosol_couple) then
    900902        IF (o_swtoacf_nat%flag(iff)<=lev_files(iff)) THEN
    901903        CALL histwrite_phy(nid_files(iff),o_swtoacf_nat%name,itau_w,
     
    927929     $      solswcf_aero(:,3))
    928930        ENDIF
     931        endif
    929932
    930933        endif ! new_aod
Note: See TracChangeset for help on using the changeset viewer.