Skip to content
Snippets Groups Projects
Commit 6015df68 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

add num proc p and kr in hdf5

parent 176447b0
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,9 @@ SUBROUTINE diagnose(kstep)
CALL attach(fidres, TRIM(str), "tmax", tmax)
CALL attach(fidres, TRIM(str), "nrun", nrun)
CALL attach(fidres, TRIM(str), "cpu_time", -1)
CALL attach(fidres, TRIM(str), "Nproc",num_procs)
CALL attach(fidres, TRIM(str), "Nproc", num_procs)
CALL attach(fidres, TRIM(str), "Np_p" , num_procs_p)
CALL attach(fidres, TRIM(str), "Np_kr",num_procs_kr)
CALL grid_outputinputs(fidres, str)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment