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/misc/wxios.F90

    r5101 r5103  
    425425            if (ii_end<nbp_lon) mask(ii_end+1:nbp_lon,jj_nb) = .FALSE.
    426426            ! special case for south pole
    427             if ((ii_end==1).and.(is_south_pole_dyn)) mask(1:nbp_lon,jj_nb)=.true.
     427            if ((ii_end==1).and.(is_south_pole_dyn)) mask(1:nbp_lon,jj_nb)=.TRUE.
    428428            IF (prt_level >= 10) THEN
    429429              WRITE(lunout,*) "wxios_domain_param: mpirank=",mpi_rank," mask(:,1)=",mask(:,1)
     
    595595              WRITE(lunout,*) "wxios_add_file: File ",trim(fname), " défined using XML."
    596596            ENDIF
    597             ! Ehouarn: add an enable=.true. on top of xml definitions... why???
     597            ! Ehouarn: add an enable=.TRUE. on top of xml definitions... why???
    598598            CALL xios_set_file_attr(fname, enabled=.TRUE.)
    599599        END IF
     
    674674        IF (PRESENT(nam_axvert)) THEN
    675675           axis_id=nam_axvert
    676            print*,'nam_axvert=',axis_id
     676           PRINT*,'nam_axvert=',axis_id
    677677        ENDIF
    678678       
     
    748748            !Sinon on se contente de l'activer:
    749749            CALL xios_set_field_attr(fieldname, enabled=.TRUE.)
    750             !NB: This will override an enable=.false. set by a user in the xml file;
     750            !NB: This will override an enable=.FALSE. set by a user in the xml file;
    751751            !   then the only way to not output the field is by changing its
    752752            !   output level
Note: See TracChangeset for help on using the changeset viewer.