Skip to content

Commit

Permalink
save timing.output and move it to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
glessin committed May 17, 2021
1 parent d7d2258 commit 2f57d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ do
mv amm7_1m_${d0}_[1-2]???????_ptrc_T.nc $ARCHIVEDIR
mv amm7_1m_${d0}_[1-2]???????_grid_?.nc $ARCHIVEDIR
bzip2 ocean.output && mv -f ocean.output.bz2 $ARCHIVEDIR
#mv timing.output $ARCHIVEDIR
mv timing.output $ARCHIVEDIR
mv -f time.step $ARCHIVEDIR

#archive:
Expand Down
2 changes: 1 addition & 1 deletion NEMOGCM/CONFIG/AMM7_FABM_ERSEM/EXP2020/namelist_ref
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ sn_rcv_co2 = 'coupled' , 'no' , '' ,
nn_jsplt = 1 ! number of processors in j-direction
nn_bench = 0 ! Bench mode (1/0): CAUTION use zero except for bench
! (no physical validity of the results)
nn_timing = 0 ! timing by routine activated (=1) creates timing.output file, or not (=0)
nn_timing = 1 ! timing by routine activated (=1) creates timing.output file, or not (=0)
/
!-----------------------------------------------------------------------
&namc1d_uvd ! data: U & V currents ("key_c1d")
Expand Down

0 comments on commit 2f57d08

Please sign in to comment.