Ignore:
Timestamp:
Feb 20, 2024, 2:11:42 PM (11 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.