Ignore:
Timestamp:
Dec 14, 2015, 11:43:09 AM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2298:2396 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/hgardfou.F90

    r2258 r2408  
    55  USE phys_state_var_mod
    66  USE indice_sol_mod
     7  USE print_control_mod, ONLY: lunout
    78  IMPLICIT NONE
    89  ! ======================================================================
    910  ! Verifier la temperature
    1011  ! ======================================================================
    11   include "dimensions.h"
    1212  include "YOMCST.h"
    13   include "iniprint.h"
    1413  REAL t(klon, klev), tsol(klon, nbsrf)
    1514  CHARACTER(len=*), intent(in):: text
     
    129128  END DO
    130129
    131 !  IF (.NOT. ok) CALL abort_gcm(modname, text, 1)
     130!  IF (.NOT. ok) CALL abort_physic(modname, text, 1)
    132131  IF (.NOT. ok) abortphy=1
    133132
Note: See TracChangeset for help on using the changeset viewer.