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/oasis.F90

    r5101 r5103  
    122122    USE mod_phys_lmdz_mpi_data, ONLY: klon_mpi_para_nb
    123123    use config_ocean_skin_m, only: activate_ocean_skin
    124     USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_INCA
    125124
    126125! Local variables
     
    349348             WRITE(lunout,*) 'inicma : Problem with prism_def_var_proto for field : ',&
    350349                  inforecv(jf)%name
    351              abort_message=' Problem in call to prism_def_var_proto for fields to receive'
     350             abort_message=' Problem in CALL to prism_def_var_proto for fields to receive'
    352351             CALL abort_physic(modname,abort_message,1)
    353352          ENDIF
     
    356355
    357356
    358   IF (CPPKEY_INCA) THEN
    359357    IF (dms_cycle_cpl .OR. n2o_cycle_cpl) THEN
    360358       CALL init_inca_oasis(inforecv(idr_ocedms:idr_ocen2o))
    361359    ENDIF
    362   END IF
    363  
     360
    364361!************************************************************************************
    365362! Atmospheric Fields to send
     
    374371             WRITE(lunout,*) 'inicma : Problem with prism_def_var_proto for field : ',&
    375372                  infosend(jf)%name
    376              abort_message=' Problem in call to prism_def_var_proto for fields to send'
     373             abort_message=' Problem in CALL to prism_def_var_proto for fields to send'
    377374             CALL abort_physic(modname,abort_message,1)
    378375          ENDIF
     
    388385    CALL prism_enddef_proto(ierror)
    389386    IF (ierror .NE. PRISM_Ok) THEN
    390        abort_message=' Problem in call to prism_endef_proto'
     387       abort_message=' Problem in CALL to prism_endef_proto'
    391388       CALL abort_physic(modname,abort_message,1)
    392389    ELSE
     
    402399  SUBROUTINE fromcpl(ktime, tab_get)
    403400! ======================================================================
    404 ! L. Fairhead (09/2003) adapted From L.Z.X Li: this subroutine reads the SST
     401! L. Fairhead (09/2003) adapted From L.Z.X Li: this SUBROUTINE reads the SST
    405402! and Sea-Ice provided by the coupler. Adaptation to psmile library
    406403!======================================================================
     
    460457  SUBROUTINE intocpl(ktime, last, tab_put)
    461458! ======================================================================
    462 ! L. Fairhead (09/2003) adapted From L.Z.X Li: this subroutine provides the
     459! L. Fairhead (09/2003) adapted From L.Z.X Li: this SUBROUTINE provides the
    463460! atmospheric coupling fields to the coupler with the psmile library.
    464461! IF last time step, writes output fields to binary files.
Note: See TracChangeset for help on using the changeset viewer.