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/makelmdz_fcm

    r5099 r5103  
    423423  fi
    424424
     425  INLANDSIS_PATH="$LIBFGCM/phy${physique}/inlandsis"
    425426  if [[ $inlandsis = "true" ]]; then
    426427     CPP_KEY="$CPP_KEY CPP_INLANDSIS"
    427      INLANDSIS_PATH="$LIBFGCM/phy${physique}/inlandsis"
    428428  fi
    429429
     
    537537
    538538  if [[ $dimc = 1 ]]; then
    539     CPP_KEY="$CPP_KEY CPP_1D"
    540539    ## no filtre in 1d:
    541540    FILTRE_PATH="$LMDGCM/.void_dir"
Note: See TracChangeset for help on using the changeset viewer.