Ignore:
Timestamp:
May 23, 2025, 4:51:04 PM (4 weeks ago)
Author:
jbclement
Message:

PEM:
Big improvements of Python scripts to output the stratifications (user-friendly prompt, error checks, code modularity, nice visualization, etc).
JBC

File:
1 edited

Legend:

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

    r3771 r3777  
    1 ####################################################################################
    2 ### Python script to output the stratification data from the "startpem.nc" files ###
    3 ####################################################################################
     1#!/usr/bin/env python3
     2#######################################################################################
     3### Python script to output the stratification data from the "restartpem#.nc" files ###
     4#######################################################################################
    45
    56import os
     
    316317if __name__ == '__main__':
    317318    main()
     319
Note: See TracChangeset for help on using the changeset viewer.