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

Last change on this file since 5117 was 5117, checked in by abarral, 2 months ago

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

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.