Changeset 3321 for trunk/LMDZ.COMMON/libf/evolution/deftank
- Timestamp:
- May 2, 2024, 5:06:00 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/launch_pem.sh
r3319 r3321 18 18 fi 19 19 20 # Save the current value of LC_NUMERIC and set it to a locale that uses a dot as the decimal separator21 OLD_LC_NUMERIC=$LC_NUMERIC22 LC_NUMERIC=en_US.UTF-823 24 20 25 21 ##################################################################### … … 50 46 ##################################################################### 51 47 48 49 # Save the current value of LC_NUMERIC and set it to a locale that uses a dot as the decimal separator 50 OLD_LC_NUMERIC=$LC_NUMERIC 51 LC_NUMERIC=en_US.UTF-8 52 52 53 53 #------ Check if files/directories necessary for the script exist ------ … … 167 167 mv Xdiurnalave.nc data2reshape_Y${k}.nc 168 168 fi 169 cp restartfi.nc starts/ startfi${iPCM}.nc169 cp restartfi.nc starts/restartfi${iPCM}.nc 170 170 mv restartfi.nc startfi.nc 171 171 if [ -f "restart.nc" ]; then … … 201 201 mv diagsoilpem.nc diags/diagsoilpem${iPEM}.nc 202 202 fi 203 cp restartpem.nc starts/ startpem${iPEM}.nc203 cp restartpem.nc starts/restartpem${iPEM}.nc 204 204 mv restartpem.nc startpem.nc 205 cp restartfi.nc starts/ startfi_postPEM${iPEM}.nc205 cp restartfi.nc starts/restartfi_postPEM${iPEM}.nc 206 206 mv restartfi.nc startfi.nc 207 207 if [ -f "restart.nc" ]; then … … 245 245 mv Xdiurnalave.nc data2reshape_Y${k}.nc 246 246 fi 247 cp restartfi.nc starts/ startfi${iPCM}.nc247 cp restartfi.nc starts/restartfi${iPCM}.nc 248 248 mv restartfi.nc startfi.nc 249 249 if [ -f "restart.nc" ]; then … … 279 279 mv diagsoilpem.nc diags/diagsoilpem${iPEM}.nc 280 280 fi 281 cp restartpem.nc starts/ startpem${iPEM}.nc281 cp restartpem.nc starts/restartpem${iPEM}.nc 282 282 mv restartpem.nc startpem.nc 283 cp restartfi.nc starts/ startfi_postPEM${iPEM}.nc283 cp restartfi.nc starts/restartfi_postPEM${iPEM}.nc 284 284 mv restartfi.nc startfi.nc 285 285 if [ -f "restart.nc" ]; then
Note: See TracChangeset
for help on using the changeset viewer.