Ignore:
Timestamp:
Feb 16, 2011, 1:11:38 AM (14 years ago)
Author:
aslmd
Message:

LMD_MM_MARS: essai nest avec ifort: correction makegcm. correction DEALLOCATE manquant dans module_lmd_driver. cependant toujours un probleme de tableau a allouer deja alloue... pas de probleme avec les autres compilateurs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mesoscale/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F

    r61 r65  
    1111!           - additions for idealized cases - January 2009
    1212!           - additions for new soil model in physics - January 2010
     13!           - unified module_lmd_driver: old, new phys and LES - February 2011
    1314!*******************************************************************************
    1415MODULE module_lmd_driver
     
    895896DEALLOCATE(p_prof)
    896897DEALLOCATE(t_prof)
     898DEALLOCATE(t8w_prof)
    897899DEALLOCATE(u_prof)
    898900DEALLOCATE(v_prof)
Note: See TracChangeset for help on using the changeset viewer.