Hello,
I have checked and think it was probably wanted to have an output every time step for the output per node. If you want to have it only for the CVSM PRINTOUT PERIOD you can do the following:
Insert the 2 lines to cvsp_main_gaia.f in the beginning of the subroutine (e.g. line 75)
CVSM_OUT = .FALSE.
IF(CVSMPPERIOD*(LT/CVSMPPERIOD).EQ.LT) CVSM_OUT = .TRUE.
and add CVSMPPERIOD to the USE command:
USE DECLARATIONS_GAIA, ONLY: CVSMOUTPUT,CVSM_OUT,CVSM_OUT_FULL,
& PRO_D,PRO_MAX,PRO_MAX_MAX,PERCOU,
& HN,LT,DT,MESH,Z,PRO_F,ZR,
& CVSMPPERIOD
Best regards,
Rebekka