Ignore:
Timestamp:
Dec 13, 2011, 12:15:50 PM (13 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC

12/12/2011 == AS

  • Use of allocatable arrays to set corrk stuff through reading *.dat files, without the need to change radinc_h manually.
  • Allocation is done in sugas_corrk which is within firstcall loop in callcorrk.
  • Note that N_LGAUSS is still a parameter. It is not supposed to change much.
  • Compiles fine. Tested with debugging options through pgdbg. Runs fine. Exact same results in Early Mars test case.

Modified files:
M 469 libf/phystd/physiq.F90
M 469 libf/phystd/sugas_corrk.F90
M 469 libf/phystd/callcorrk.F90
M 469 libf/phystd/radinc_h.F90
M 469 libf/phystd/radcommon_h.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LMDZ.GENERIC/README ΒΆ

    r426 r470  
    552552  libraries before compilation, which enforces that the gcm will fail to
    553553  compile if any routine failed to compile.
     554
     555== 12/12/2011 == AS
     556- Use of allocatable arrays to set corrk stuff through reading *.dat files, without the need to change radinc_h manually.
     557- Allocation is done in sugas_corrk which is within firstcall loop in callcorrk.
     558- Note that N_LGAUSS is still a parameter. It is not supposed to change much.
     559- Compiles fine. Tested with debugging options through pgdbg. Runs fine. Exact same results in Early Mars test case.
     560
     561Modified files:
     562M              469   libf/phystd/physiq.F90
     563M              469   libf/phystd/sugas_corrk.F90
     564M              469   libf/phystd/callcorrk.F90
     565M              469   libf/phystd/radinc_h.F90
     566M              469   libf/phystd/radcommon_h.F90
Note: See TracChangeset for help on using the changeset viewer.