Good morning Richard,

I am writing again just to be sure everything I did is correct. What follows is 
the relevant part of my controlfile that should create an absorption LUT and 
then performs simulations for about 800 profiles coming from the Eresmaa 137L 
Dataset :

AgendaSet( abs_xsec_agenda ){
  abs_xsec_per_speciesInit
  abs_xsec_per_speciesAddLines
  abs_xsec_per_speciesAddConts
}
AgendaSet( propmat_clearsky_agenda ){
  Ignore(rtp_mag)
  Ignore(rtp_los)
  Ignore(rtp_nlte)
  propmat_clearskyInit
  propmat_clearskyAddFromLookup
  propmat_clearskyAddHitranXsec
}

VectorLinSpace( f_grid, 2.02456915e13, 4.2827494e13, 5e8 ) (45154 grid points)

abs_speciesSet(species=[
                        "H2O, H2O-SelfContCKDMT100, H2O-ForeignContCKDMT100",
                        "O3",
                        "CO2, CO2-CKDMT100",
                        "N2O",
                        "CH4",
                        "HNO3",
                        "NH3",
                        "C2H2",
                        "C2H6",
                        "H2O2",
                        "CFC11-HXSEC",
                        "CFC12-HXSEC",
                        "HCFC22-HXSEC",
                        "CH3Cl",
                        "HCN",
                        "NO2",
                        "SO2"
                       ])

abs_linesReadSpeciesSplitCatalog(abs_lines, "lines/") (HITRAN 2020)
abs_linesSetNormalization(option="VVH")
abs_lines_per_speciesCreateFromLines
ReadXsecData(basename="coefficients_arts/")
abs_lookupSetupWide
abs_xsec_agenda_checkedCalc
lbl_checkedCalc
abs_lookupCalc

I choosed abs_lookupSetupWide over abs_lookupSetupBatch because the latter 
won’t run with more than one core.

As of today, ARTS is running abslookupCalc since 5 days, using 15 cores. Is it 
due to my f_grid and the use of abs_lookupSetupWide?

Mattia



_______________________________________________
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi

Reply via email to