You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

How do I embed an ecFlow manual page into a Metview Macro?

Step-by-step guide

This can be done using Macro's inline string capability, which allows arbitrary text to be inserted into the macro and stored in a string variable. Example:

# Metview Macro

dummy_string = string inline
%manual

ecflow manual
DESCRIPTION

######################################
# Example ecFlow task
# This is the manual page for the task
#######################################

%end
end inline

print('Start of Macro execution...')


There is no content with the specified labels



  • No labels