Ignore:
Timestamp:
Feb 28, 2025, 5:51:32 PM (4 months ago)
Author:
jbclement
Message:

PEM:

  • Adjusments of few scripts to handle more situations.
  • Bug correction related to deallocation in case of "soil_pem = .false." or "layering_algo = .true.".

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/visu_evol_layering.py

    r3460 r3666  
    151151### Processing
    152152stratif_data, max_top_elevation, longitude, latitude = process_files(folder_path,base_name)
     153if dz > max_top_elevation:
     154    print('The discretization step is higher than the maximum top elevation: please provide a correct value!')
     155    exit()
    153156ref_grid, gridded_stratif_data = interpolate_data(stratif_data,max_top_elevation,dz)
    154157date_time = read_infofile(infofile)
Note: See TracChangeset for help on using the changeset viewer.