Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (4 months ago)
Author:
abarral
Message:

Replace most uses of CPP_DUST by the corresponding logical defined in lmdz_cppkeys_wrapper.F90
Convert several files from .F to .f90 to allow Dust to compile w/o rrtm/ecrad
Create lmdz_yoerad.f90
(lint) Remove "!" on otherwise empty line

Location:
LMDZ6/branches/Amaury_dev/DefLists
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/DefLists/cosp_input_nl.txt

    r2428 r5099  
    11! (c) British Crown Copyright 2008, the Met Office.
    22! All rights reserved.
    3 !
     3
    44! Redistribution and use in source and binary forms, with or without modification, are permitted
    55! provided that the following conditions are met:
    6 !
     6
    77!     * Redistributions of source code must retain the above copyright notice, this list
    88!       of conditions and the following disclaimer.
     
    1313!       to endorse or promote products derived from this software without specific prior written
    1414!       permission.
    15 !
     15
    1616! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
    1717! IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  • LMDZ6/branches/Amaury_dev/DefLists/cosp_output_nl.txt

    r3376 r5099  
    11! (c) British Crown Copyright 2008, the Met Office.
    22! All rights reserved.
    3 !
     3
    44! Redistribution and use in source and binary forms, with or without modification, are permitted
    55! provided that the following conditions are met:
    6 !
     6
    77!     * Redistributions of source code must retain the above copyright notice, this list
    88!       of conditions and the following disclaimer.
     
    1313!       to endorse or promote products derived from this software without specific prior written
    1414!       permission.
    15 !
     15
    1616! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
    1717! IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  • LMDZ6/branches/Amaury_dev/DefLists/cospv2_input_nl.txt

    r3625 r5099  
    11! (c) British Crown Copyright 2008, the Met Office.
    22! All rights reserved.
    3 !
     3
    44! Redistribution and use in source and binary forms, with or without modification, are permitted
    55! provided that the following conditions are met:
    6 !
     6
    77!     * Redistributions of source code must retain the above copyright notice, this list
    88!       of conditions and the following disclaimer.
     
    1313!       to endorse or promote products derived from this software without specific prior written
    1414!       permission.
    15 !
     15
    1616! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
    1717! IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  • LMDZ6/branches/Amaury_dev/DefLists/cospv2_output_nl.txt

    r3517 r5099  
    11! (c) British Crown Copyright 2008, the Met Office.
    22! All rights reserved.
    3 !
     3
    44! Redistribution and use in source and binary forms, with or without modification, are permitted
    55! provided that the following conditions are met:
    6 !
     6
    77!     * Redistributions of source code must retain the above copyright notice, this list
    88!       of conditions and the following disclaimer.
     
    1313!       to endorse or promote products derived from this software without specific prior written
    1414!       permission.
    15 !
     15
    1616! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
    1717! IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  • LMDZ6/branches/Amaury_dev/DefLists/namelist_ecrad

    r4853 r5099  
    11! Configuration namelists for ECRAD radiation code
    2 !
     2
    33! The following namelist controls the behaviour of the driver routine,
    44! including parallelization options and overriding numbers read from
    55! the NetCDF input file
    6 !
     6
    77&radiation_driver
    88 ok_effective_size=false,             !        Cloud effective size taken into account for SPARTACUS solver if true
     
    2121/
    2222
    23 !
    2423! The following namelist controls the behaviour of the ECRAD
    2524! radiation code (default values in **)
    26 !
     25
    2726&radiation
    2827 do_lw = true,
Note: See TracChangeset for help on using the changeset viewer.