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/phydev/iophy.F90

    r5101 r5103  
    2525contains
    2626
    27   subroutine init_iophy_new(rlat,rlon)
     27  SUBROUTINE init_iophy_new(rlat,rlon)
    2828  USE dimphy, only: klon
    2929  USE mod_phys_lmdz_para, only: gather, bcast, &
     
    3434  USE print_control_mod, ONLY: lunout, prt_level
    3535  USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat
    36 #ifdef CPP_IOIPSL
    3736  USE ioipsl, only: flio_dom_set
    38 #endif
    3937  use wxios, only: wxios_domain_param, using_xios
    4038  implicit none
     
    141139!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    142140 
    143   subroutine histbeg_phy(name,itau0,zjulian,dtime,nhori,nid_day)
     141  SUBROUTINE histbeg_phy(name,itau0,zjulian,dtime,nhori,nid_day)
    144142  USE mod_phys_lmdz_para, only: is_sequential, jj_begin, jj_end, jj_nb
    145143  use ioipsl, only: histbeg
     
    165163!$OMP END MASTER
    166164 
    167   end subroutine histbeg_phy
     165  END SUBROUTINE histbeg_phy
    168166
    169167!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     
    200198!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    201199 
    202   subroutine histwrite2d_phy(nid,lpoint,name,itau,field)
     200  SUBROUTINE histwrite2d_phy(nid,lpoint,name,itau,field)
    203201  USE dimphy, only: klon
    204202  USE mod_phys_lmdz_para, only: Gather_omp, grid1Dto2D_mpi, &
     
    242240     else
    243241      DO ip=1, npstn
    244 !     print*,'histwrite2d is_sequential npstn ip name nptabij',npstn,ip,name,nptabij(ip)
     242!     PRINT*,'histwrite2d is_sequential npstn ip name nptabij',npstn,ip,name,nptabij(ip)
    245243       IF(nptabij(ip)>=klon_mpi_begin.AND. &
    246244          nptabij(ip)<=klon_mpi_end) THEN
     
    255253    deallocate(fieldok)
    256254!$OMP END MASTER   
    257   end subroutine histwrite2d_phy
    258 
    259 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    260 
    261   subroutine histwrite3d_phy(nid,lpoint,name,itau,field)
     255  END SUBROUTINE histwrite2d_phy
     256
     257!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     258
     259  SUBROUTINE histwrite3d_phy(nid,lpoint,name,itau,field)
    262260  USE dimphy, only: klon
    263261  USE mod_phys_lmdz_para, only: Gather_omp, grid1Dto2D_mpi, &
     
    317315  deallocate(fieldok)
    318316!$OMP END MASTER   
    319   end subroutine histwrite3d_phy
     317  END SUBROUTINE histwrite3d_phy
    320318
    321319!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracChangeset for help on using the changeset viewer.