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/dynphy_lonlat/phylmd/etat0phys_netcdf.F90

    r5101 r5103  
    127127  INTEGER :: read_climoz                        !--- Read ozone climatology
    128128  REAL    :: alp_offset
    129   LOGICAL :: filtre_oro=.false.
     129  LOGICAL :: filtre_oro=.FALSE.
    130130
    131131  INCLUDE "compbl.h"
     
    538538  phiso=phis
    539539  do j=2,jmp1-1
    540      print*,'avant if ',cos(rlatu(j)),coslat0
     540     PRINT*,'avant if ',cos(rlatu(j)),coslat0
    541541     if (cos(rlatu(j))<coslat0) then
    542542         ! nb de pts affectes par le filtrage de part et d'autre du pt
     
    561561            endif
    562562         enddo
    563          print*,'j=',j,coslat0/cos(rlatu(j)), (1.+2.*sum(wwf))*cos(rlatu(j))/coslat0
     563         PRINT*,'j=',j,coslat0/cos(rlatu(j)), (1.+2.*sum(wwf))*cos(rlatu(j))/coslat0
    564564     endif
    565565  enddo
Note: See TracChangeset for help on using the changeset viewer.