Ignore:
Timestamp:
Jul 23, 2024, 3:29:36 PM (3 months 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/inlandsis/surf_inlandsis_mod.F90

    r5101 r5103  
    206206        IF (debut) THEN
    207207            firstcall = .TRUE.
    208             INI_SV = .false.
     208            INI_SV = .FALSE.
    209209        ELSE
    210             firstcall = .false.
    211             INI_SV = .true.
     210            firstcall = .FALSE.
     211            INI_SV = .TRUE.
    212212        END IF
    213213
     
    10471047        ! Objet: Lecture du fichier de conditions initiales pour SISVAT
    10481048        !======================================================================
    1049         !    include "indicesol.h"
    1050 
    1051         !    include "dimsoil.h"
    10521049        include "clesphys.h"
    1053         include "thermcell.h"
    10541050        include "compbl.h"
    10551051
     
    12841280        IMPLICIT none
    12851281
    1286         !    include "indicesol.h"
    1287         !    include "dimsoil.h"
    12881282        include "clesphys.h"
    1289         include "thermcell.h"
    12901283        include "compbl.h"
    12911284
Note: See TracChangeset for help on using the changeset viewer.