Changeset 3607 for trunk


Ignore:
Timestamp:
Feb 3, 2025, 11:28:17 AM (6 days ago)
Author:
afalco
Message:

Pluto: minor compilatrion-related fixes.
AF

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/arch/arch-gfortran-para.fcm

    r3566 r3607  
    44%MAKE                make
    55%FPP_FLAGS           -P -traditional
    6 %FPP_DEF             NC_DOUBLE
     6%FPP_DEF             NC_DOUBLE
     7%CPP_FLAGS           -P
     8%CPP_DEF             LAPACK
    79%BASE_FFLAGS         -fcray-pointer -c -fdefault-real-8 -fdefault-double-8 -ffree-line-length-none -fno-align-commons -fallow-argument-mismatch
    810%PROD_FFLAGS         -O3
     
    1214%C_OPTIM             -O3
    1315%MPI_FFLAGS          -I/usr/lib/x86_64-linux-gnu/openmpi/include
    14 %OMP_FFLAGS         
     16%OMP_FFLAGS
    1517%BASE_LD             -llapack -lblas
    1618%MPI_LD              -L/usr/lib/x86_64-linux-gnu/openmpi/ -lmpi
  • trunk/LMDZ.PLUTO/deftank/dynamico/field_def_physics.xml

    r3544 r3607  
    2323                   long_name="Distance to star"
    2424                   unit="AU" />
     25            <field id="globave"
     26                   long_name="Surface pressure"
     27                   unit="Pa" />
    2528        </field_group>
    2629
  • trunk/LMDZ.PLUTO/deftank/xios/field_def_physics.xml

    r3508 r3607  
    2323                   long_name="Distance to star"
    2424                   unit="AU" />
     25            <field id="globave"
     26                   long_name="Surface pressure"
     27                   unit="Pa" />
    2528        </field_group>
    2629
  • trunk/UTIL/corrk_exo_k/exomol.py

    r3605 r3607  
    5757            try:
    5858                download_exomol(molecule, isotopologue, name_linelist, output_dir, output_format)
     59                break
    5960            except Exception as e:
    6061                print(f"For {name_linelist}: {e}")
Note: See TracChangeset for help on using the changeset viewer.