libsim Versione 7.1.11

◆ qctemalloc()

subroutine qctemalloc ( type(qctemtype), intent(inout)  qctem)
private

Allocazioni di memoria.

Parametri
[in,out]qctemOggetto per il controllo climatico

Definizione alla linea 489 del file modqctem.F90.

490 indcnetworks = index(qctem%clima%network , network)
491 call init(network,"qctemgndi")
492 indcnetworkg = index(qctem%clima%network , network)
493 indctime = index(qctem%clima%time , time)
494end if
495
496do indana=1,size(qctem%v7d%ana)
497 if (.not.anamaskl(indana)) cycle
498 call l4f_category_log(qctem%category,l4f_info,&
499 "Check ana:"//to_char(qctem%v7d%ana(indana)) )
500
501 do indnetwork=1,size(qctem%v7d%network)
502 do indlevel=1,size(qctem%v7d%level)
503 do indtimerange=1,size(qctem%v7d%timerange)
504 do inddativarr=1,size(qctem%v7d%dativar%r)
505 ind=index_c(tem_btable,qctem%v7d%dativar%r(inddativarr)%btable)
506
507 if (qctem%operation == "gradient") then
508 ! open file to write gradient
509
510 !t2c(getilon(qctem%v7d%ana(indana)%coord))
Index method.

Generated with Doxygen.