Ignore:
Timestamp:
Mar 12, 2023, 6:15:33 PM (22 months ago)
Author:
emillour
Message:

Dynamico interface with the PCM physics:

  • update disvert_icosa_lmdz.f90 to follow the update of disvert_plugin in dynamico
  • enforce using fcm1 when compiling dynamico via the make_icosa_lmdz script
  • add an illustrative example script to compile on Irene-Rome

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICOSA_LMDZ/make_icosa_lmdz

    r2796 r2912  
    227227if [[ -d ../ICOSAGCM ]] ; then
    228228    cd ../ICOSAGCM
    229     ./make_icosa -$compil_mode -parallel $parallel -external_ioipsl -with_xios -arch $arch -arch_path $arch_path -job $job $full_flag || exit 1
     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
    230231    cd -
    231232else
Note: See TracChangeset for help on using the changeset viewer.