Changeset 5306 for LMDZ6/trunk


Ignore:
Timestamp:
Oct 30, 2024, 7:30:12 PM (30 hours ago)
Author:
Laurent Fairhead
Message:

Copying the just compiled executable to gcm.e to simplify QC tests and have a similar behaviur to the makelmdz script
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz_fcm

    r5288 r5306  
    733733touch $config_fcm
    734734rm -f bin/${code}${SUFF_NAME}.e
     735rm -f bin/gcm.e
    735736rm -f arch.fcm
    736737rm -f arch.opt
     
    797798if [[ $build_status = 0 ]]
    798799then
     800  cp bin/${code}${SUFF_NAME} bin/gcm.e
    799801  if [[ ! -d tools/netcdf95/include ]]
    800802  then
Note: See TracChangeset for help on using the changeset viewer.