Changeset 3226 for trunk/ICOSA_LMDZ


Ignore:
Timestamp:
Feb 20, 2024, 2:11:42 PM (9 months ago)
Author:
emillour
Message:

Dynamico-Mars interface update:

  • Follow-up on changes in Mars physics: since r3094 conf_phys is a module
  • Adapt make_icosa_lmdz compile script to enforce compiling dynamico with fcm2 (mandatory with recent versions which use submodules).

EM

Location:
trunk/ICOSA_LMDZ
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICOSA_LMDZ/bld.cfg

    r2488 r3226  
    9292bld::excl_dep        use::comgeomfi_h
    9393bld::excl_dep        use::phys_state_var_init_mod
    94 bld::excl_dep        use::conf_phys
     94bld::excl_dep        use::conf_phys_mod
    9595
    9696bld::tool::SHELL   /bin/bash
  • trunk/ICOSA_LMDZ/make_icosa_lmdz

    r2912 r3226  
    227227if [[ -d ../ICOSAGCM ]] ; then
    228228    cd ../ICOSAGCM
    229     # for now compile using fcm1
    230     ./make_icosa -with_fcm1 -$compil_mode -parallel $parallel -external_ioipsl -with_xios -arch $arch -arch_path $arch_path -job $job $full_flag || exit 1
     229    # from now on, compile using fcm2
     230    ./make_icosa -$compil_mode -parallel $parallel -external_ioipsl -with_xios -arch $arch -arch_path $arch_path -job $job $full_flag || exit 1
    231231    cd -
    232232else
  • trunk/ICOSA_LMDZ/src/phymars/interface_icosa_lmdz.f90

    r2511 r3226  
    175175  USE phys_state_var_init_mod, ONLY : phys_state_var_init
    176176  use comgeomfi_h, only: ini_fillgeom
     177  use conf_phys_mod, only: conf_phys
    177178 
    178179  USE netcdf 
Note: See TracChangeset for help on using the changeset viewer.