Ignore:
Timestamp:
Jul 21, 2024, 1:07:18 PM (7 months ago)
Author:
abarral
Message:

Use latest FCM source (2021.05.0) [Note: we still use the legacy FCM1 build system]
Correct UTF8 encoding of french chars


Compil OK (tested: oldrad/rrtm/ecrad, para/seq/1D)
Convergence (ref r5063) bench 33x OK oldrad orch2.0 (tested: para/seq)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/build_gcm

    r4103 r5093  
    55# the full path to where the 'fcm' command is to be found
    66
    7 if [[ -f '.lock' && $force_compile == false ]]
    8 then
    9     echo "WARNING: you are probably already compiling the model somewhere else."
    10     echo "Wait until the first compilation is finished before launching this one."
    11     echo "If you are sure that you are not compiling elsewhere,"
    12     echo "run makelmdz_fcm with option -force_compile"
    13     exit 1
    14 fi
    15 
    167echo "compiling..." > '.lock'
    178
    18 job=1
    199dirname="" #path to where the fcm command will be found
    2010if (( $# >= 1 )) ; then
     
    3121
    3222# run "fcm build" command
    33 ${dirname}fcm build $*
     23echo "Running <${dirname}fcm build " "$@" ">"
     24"${dirname}fcm" build "$@"
    3425
    3526build_command_status=$?
    3627
    3728# cleanup
    38 \rm -f '.lock'
     29rm -f '.lock'
    3930
    4031exit $build_command_status
Note: See TracChangeset for help on using the changeset viewer.