- Timestamp:
- May 23, 2025, 4:51:04 PM (4 weeks ago)
- 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 ####################################################################################### 4 5 5 6 import os … … 316 317 if __name__ == '__main__': 317 318 main() 319
Note: See TracChangeset
for help on using the changeset viewer.