Changeset 1798 for LMDZ5/trunk


Ignore:
Timestamp:
Jul 18, 2013, 4:35:00 PM (11 years ago)
Author:
Ehouarn Millour
Message:

Création d'un module phys_output_write_mod en remplacement de phys_output_write_new.h.
UG
.............................
Turning phys_output_write_new.h into a module named phys_output_write_mod.
UG

Location:
LMDZ5/trunk/libf/phylmd
Files:
2 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq.F

    r1797 r1798  
    2929      USE phys_state_var_mod ! Variables sauvegardees de la physique
    3030      USE phys_output_var_mod ! Variables pour les ecritures des sorties
     31      USE phys_output_write_mod
    3132      USE fonte_neige_mod, ONLY  : fonte_neige_get_vars
    3233      USE phys_output_mod
     
    39413942      endif
    39423943
    3943 #include "phys_output_write_new.h"
     3944
     3945!On effectue les sorties:
     3946
     3947      CALL phys_output_write(itap, pdtphys, paprs, pphis,               &
     3948     &                  pplay, lmax_th, aerosol_couple,                 &
     3949     &                  ok_ade, ok_aie, ivap, new_aod, ok_sync,         &
     3950     &                  ptconv, read_climoz, clevSTD, ptconvth,         &
     3951     &                  d_t, qx, d_qx, zmasse, flag_aerosol_strat)
    39443952
    39453953
Note: See TracChangeset for help on using the changeset viewer.