source: LMDZ6/branches/Amaury_dev/libf/phylmd/call_param_replay.F90 @ 5192

Last change on this file since 5192 was 5119, checked in by abarral, 11 months ago

enforce PRIVATE by default in several modules, expose PUBLIC as needed
move eigen.f90 to obsolete/
(lint) aslong the way

File size: 187 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.