Ignore:
Timestamp:
Jul 23, 2024, 3:29:36 PM (8 weeks ago)
Author:
abarral
Message:

Handle CPP_INLANDSIS in lmdz_cppkeys_wrapper.F90
Remove obsolete key wrgrads_thermcell, _ADV_HALO, _ADV_HALLO, isminmax
Remove redundant uses of CPPKEY_INCA (thanks acozic)
Remove obsolete misc/write_field.F90
Remove unused ioipsl_* wrappers
Remove calls to WriteField_u with wrong signature
Convert .F -> .[fF]90
(lint) uppercase fortran operators
[note: 1d and iso still broken - working on it]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/orografi_strato.F90

    r5082 r5103  
    965965  ! **   interface.
    966966  ! ----------
    967   ! call *gwstress*  from *gwdrag*
     967  ! CALL *gwstress*  from *gwdrag*
    968968
    969969  ! explicit arguments :
     
    18751875  IF (cell/=-1) THEN
    18761876
    1877     !print*,'SUGWD shape ',shape(pplay),cell+1
     1877    !PRINT*,'SUGWD shape ',shape(pplay),cell+1
    18781878
    18791879    DO jk = 1, nlev
     
    19021902  PRINT *, ' DANS SUGWD nktopg=', nktopg
    19031903  PRINT *, ' DANS SUGWD nstra=', nstra
    1904   if (nstra == 0) call abort_physic("sugwd_strato", "no level in stratosphere", 1)
     1904  if (nstra == 0) CALL abort_physic("sugwd_strato", "no level in stratosphere", 1)
    19051905
    19061906!  Valeurs lues dans les .def, ou attribues dans conf_phys
Note: See TracChangeset for help on using the changeset viewer.