GCC Code Coverage Report
Directory: ./ Exec Total Coverage
File: phylmd/call_param_replay.F90 Lines: 0 2 0.0 %
Date: 2023-06-30 12:51:15 Branches: 0 0 - %

Line Branch Exec Source
1
   subroutine call_param_replay(ngrid,nlay)
2
   integer,intent(in) :: ngrid,nlay
3
   stop 'In call_param_replay : You should run replay_equip.sh before runing replay[13]d'
4
   return
5
   end