CSM equivalent to TALPA CTXT

Hi

I’ve previously used TALPA where I’ve managed to push an aqua prog in between construction steps. Please see the code below:

!*! S3.7 Temperature Winter
let#CS #CS+1 ; let#titl 'Temperature Winter (2year)'
CS NO #CS PCS 80 TITL 'S3.7 #titl' DEFO FULL
    CLOA 1012,2012,3012 OPT ACT
    CLOA 1007,2007,3007 OPT ACT
    CLOA 100+#impErr OPT DEAC
    CLOA 100+#impErr+1 OPT ACT

CTXT !#!Chapter Relaxation
CTXT '+prog aqua'
CTXT '    UNIT #UNIT'
CTXT '    CTRL REST 2'
CTXT '    let#rlx 0.532'
CTXT '    #include ./01_Model/DEF_GINA.dat'
CTXT 'END'

!*! Relax 120yr
let#CS #CS+1 ; let#st #st+1 ; let#titl 'Relaxation 120yr'
CS NO #CS PCS 80 TITL 'st#st #titl' DEFO FULL
   $  let#row #row+1 ; prt#row
    CLOA 100+#impErr OPT DEAC
    CLOA 100+#impErr+1 OPT ACT
    #include PAC_Var

This causes an AQUA prog to be “pushed” in between the two TALPA progs in the $(name)_csg.dat file that are generated.

Is there a similar option in CSM?

I’ve looked into the TXCS record but it’s not quite the same behaviour as I’m looking for. This adds lines of text inside the ASE prog. What I need is to add lines outside the ASE prog