- Timestamp:
- Feb 3, 2025, 11:28:17 AM (6 days ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/arch/arch-gfortran-para.fcm
r3566 r3607 4 4 %MAKE make 5 5 %FPP_FLAGS -P -traditional 6 %FPP_DEF NC_DOUBLE 6 %FPP_DEF NC_DOUBLE 7 %CPP_FLAGS -P 8 %CPP_DEF LAPACK 7 9 %BASE_FFLAGS -fcray-pointer -c -fdefault-real-8 -fdefault-double-8 -ffree-line-length-none -fno-align-commons -fallow-argument-mismatch 8 10 %PROD_FFLAGS -O3 … … 12 14 %C_OPTIM -O3 13 15 %MPI_FFLAGS -I/usr/lib/x86_64-linux-gnu/openmpi/include 14 %OMP_FFLAGS 16 %OMP_FFLAGS 15 17 %BASE_LD -llapack -lblas 16 18 %MPI_LD -L/usr/lib/x86_64-linux-gnu/openmpi/ -lmpi -
trunk/LMDZ.PLUTO/deftank/dynamico/field_def_physics.xml
r3544 r3607 23 23 long_name="Distance to star" 24 24 unit="AU" /> 25 <field id="globave" 26 long_name="Surface pressure" 27 unit="Pa" /> 25 28 </field_group> 26 29 -
trunk/LMDZ.PLUTO/deftank/xios/field_def_physics.xml
r3508 r3607 23 23 long_name="Distance to star" 24 24 unit="AU" /> 25 <field id="globave" 26 long_name="Surface pressure" 27 unit="Pa" /> 25 28 </field_group> 26 29 -
trunk/UTIL/corrk_exo_k/exomol.py
r3605 r3607 57 57 try: 58 58 download_exomol(molecule, isotopologue, name_linelist, output_dir, output_format) 59 break 59 60 except Exception as e: 60 61 print(f"For {name_linelist}: {e}")
Note: See TracChangeset
for help on using the changeset viewer.