Ignore:
Timestamp:
May 11, 2010, 12:12:41 PM (14 years ago)
Author:
Laurent Fairhead
Message:

Variable o_trac was not SAVEd. As it is declared dynamically, it needs to
be allocated. Its declaration is moved to the phys_output_mod module


La variable o_trac n'était pas déclarée en SAVE. Comme sa déclaration est
dynamique, elle est maintenant ALLOCATED dans le module phys_output_mod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4V5.0-dev/libf/phylmd/physiq.F

    r1378 r1388  
    219219      real da(klon,klev),phi(klon,klev,klev),mp(klon,klev)
    220220!IM definition dynamique o_trac dans phys_output_open
    221       type(ctrl_out) :: o_trac(nqtot)
     221!      type(ctrl_out) :: o_trac(nqtot)
    222222c
    223223cIM Amip2 PV a theta constante
     
    15081508     &                        type_ocean,iflag_pbl,ok_mensuel,ok_journe,
    15091509     &                        ok_hf,ok_instan,ok_LES,ok_ade,ok_aie,
    1510      &                        read_climoz, new_aod, aerosol_couple,
    1511      &                        o_trac)
     1510     &                        read_climoz, new_aod, aerosol_couple
     1511     &                        )
    15121512c$OMP END MASTER
    15131513c$OMP BARRIER
Note: See TracChangeset for help on using the changeset viewer.