Ignore:
Timestamp:
Jul 19, 2013, 4:32:37 PM (11 years ago)
Author:
Ehouarn Millour
Message:

Unification de la définition et de l'écriture des variables dans la routine histwrite_phy (le premier appel définit les variables, les suivants écrivent). Nettoyage de phys_output_mod, déplacement des histdef_23d dans iophy. Ajout de prints de débogage dans histwrite_phy.
UG
...................................................

Unification of definition and writing of vars in histwrite_phy routine (the first call defines vars, the others do the writing). Cleaning up of phys_output_mod, moving of histdef23_d routines into iophy. Adding debugging prints to histwrite_phy.
UG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r1798 r1807  
    88! Author: Ulysse GERARD (effective implementation)
    99
    10    USE phys_output_var_mod
    1110
    1211   CONTAINS
     
    9190          ENDIF
    9291      END DO
     92
     93    ELSE
     94    vars_defined = .TRUE.
    9395    ENDIF
    9496
    9597     
    96     vars_defined = .TRUE.
     98
    9799
    98100    END SUBROUTINE phys_output_write
Note: See TracChangeset for help on using the changeset viewer.