Ignore:
Timestamp:
Feb 12, 2025, 10:08:35 AM (7 days ago)
Author:
aborella
Message:

Revert merge with trunk

Location:
LMDZ6/branches/contrails
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails

  • LMDZ6/branches/contrails/libf/phylmd/yamada_c.F90

    r5489 r5536  
    138138        CALL getin_p('iflag_tke_diff',iflag_tke_diff)
    139139        allocate(l0(klon))
     140#define IOPHYS
     141#ifdef IOPHYS
     142!        call iophys_ini(timestep)
     143#endif
    140144        firstcall=.false.
    141145      endif
    142146
    143147   IF (ngrid<=0) RETURN ! Bizarre : on n a pas ce probeleme pour coef_diff_turb
     148
     149#ifdef IOPHYS
     150if (okiophys) then
     151call iophys_ecrit('q2i',klev,'q2 debut my','m2/s2',q2(:,1:klev))
     152call iophys_ecrit('kmi',klev,'Kz debut my','m/s2',km(:,1:klev))
     153endif
     154#endif
    144155
    145156      nlay=klev
Note: See TracChangeset for help on using the changeset viewer.