Commit b03b12ee authored by Greenwood, Scott's avatar Greenwood, Scott
Browse files

regenerate lassen fmu (bug not fixed in autocsm but is fixed in fmu)

parent 64b370d5
Loading
Loading
Loading
Loading

fmus/Marconi100.fmu

deleted100644 → 0
−4.7 MiB

File deleted.

+2.95 MiB (7.32 MiB)

File changed.

No diff preview for this file type.

+9 −8
Original line number Diff line number Diff line
@@ -16,15 +16,16 @@ from pathlib import Path

if __name__ == "__main__":

    # Location of the JSON specifications
    datacenters = ['json/marconi100.json','json/lassen.json', 'json/summit.json']
    for datacenter in datacenters:
        
        # Instantiate AutoCSM
        csm = AutoCSM(language='modelica', architecture='nested')
        
        # You can turn off terminal animation if desired
        csm.terminal_animation = False
    
    # Load the JSON specification
    datacenters = ['json/marconi100.json', 'json/summit.json', 'json/lassen.json']
    for datacenter in datacenters:
        # JSON describing the model
        csm.input_specification = datacenter