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

Last change on this file since 5116 was 5116, checked in by abarral, 4 months ago

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(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.